commit:     2d1f13ad91f471a943231e5d8b97a80dc5c82989
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 10:18:42 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 10:18:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1f13ad

xfce-extra/xfce4-alsa-plugin: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...ugin-0.3.0.ebuild => xfce4-alsa-plugin-0.3.0-r1.ebuild} | 14 +++++++-------
 1 file 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
similarity index 79%
rename from xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
rename to 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
 }

Reply via email to