commit:     90144b7cde998631f19ebd96232d4bc375bc1e95
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 10:25:04 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 10:25:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90144b7c

media-sound/pamix: Bumped live ebuild to EAPI-7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-9999.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild 
b/media-sound/pamix/pamix-9999.ebuild
index a3da8fcc45f..b4f4397507d 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit cmake-utils ${SCM}
-unset SCM
+inherit cmake-utils
+
+if [[ "${PV}" == 9999 ]] ; then
+       inherit git-r3
+fi
 
 DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix";
@@ -24,9 +25,10 @@ fi
 
 RDEPEND="media-sound/pulseaudio
        sys-libs/ncurses:0=[unicode?]"
-DEPEND="sys-devel/autoconf-archive
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
-       ${RDEPEND}"
+"
 
 src_configure() {
        local mycmakeargs=(

Reply via email to