diff options
author | David Seifert <soap@gentoo.org> | 2022-06-28 12:18:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-28 12:18:42 +0200 |
commit | 2d1f13ad91f471a943231e5d8b97a80dc5c82989 (patch) | |
tree | 2f4d888ac08c0bb8d4fcbb40234d7fb3eaf8871f /xfce-extra | |
parent | media-gfx/frogr: update EAPI 6 -> 8 (diff) | |
download | gentoo-2d1f13ad91f471a943231e5d8b97a80dc5c82989.tar.gz gentoo-2d1f13ad91f471a943231e5d8b97a80dc5c82989.tar.bz2 gentoo-2d1f13ad91f471a943231e5d8b97a80dc5c82989.zip |
xfce-extra/xfce4-alsa-plugin: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild (renamed from xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild index f474582cb66e..81097a1aec5a 100644 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vala meson @@ -12,19 +12,19 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" -IUSE="" RDEPEND=" media-libs/alsa-lib >=xfce-base/xfce4-panel-4.13 x11-libs/gtk+:3[introspection] " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" $(vala_depend) sys-devel/gettext " -src_prepare() { - vala_src_prepare - eapply_user +src_configure() { + vala_setup + meson_src_configure } |