From 90144b7cde998631f19ebd96232d4bc375bc1e95 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 12 Jun 2019 12:25:04 +0200 Subject: media-sound/pamix: Bumped live ebuild to EAPI-7 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler --- media-sound/pamix/pamix-9999.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'media-sound/pamix') 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=( -- cgit v1.2.3-65-gdbad