diff options
author | 2019-06-12 12:25:04 +0200 | |
---|---|---|
committer | 2019-06-12 12:25:57 +0200 | |
commit | 90144b7cde998631f19ebd96232d4bc375bc1e95 (patch) | |
tree | 224b4a1d761276c4bac7e501f389407223f0a1e0 /media-sound/pamix/pamix-9999.ebuild | |
parent | sci-chemistry/molequeue: Drop 0.8.0 (diff) | |
download | gentoo-90144b7cde998631f19ebd96232d4bc375bc1e95.tar.gz gentoo-90144b7cde998631f19ebd96232d4bc375bc1e95.tar.bz2 gentoo-90144b7cde998631f19ebd96232d4bc375bc1e95.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/pamix/pamix-9999.ebuild')
-rw-r--r-- | media-sound/pamix/pamix-9999.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index a3da8fcc45fe..b4f4397507df 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=( |