From 60ab074112a12d11236fc6337b5c00ea6ac6eeb6 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 18 Aug 2016 11:31:39 +0200 Subject: media-sound/pamix: Prepare live ebuild for next release. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler --- media-sound/pamix/pamix-9999.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'media-sound/pamix') diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index 97f3fe1c284b..4c7c30fa60cc 100644 --- a/media-sound/pamix/pamix-9999.ebuild +++ b/media-sound/pamix/pamix-9999.ebuild @@ -4,7 +4,10 @@ EAPI=6 -[[ "${PV}" == 9999 ]] && inherit autotools git-r3 +SCM="" +[[ "${PV}" == 9999 ]] && SCM="git-r3" +inherit autotools ${SCM} +unset SCM DESCRIPTION="A PulseAudio NCurses mixer" HOMEPAGE="https://github.com/patroclos/PAmix" @@ -24,15 +27,7 @@ RDEPEND="media-sound/pulseaudio DEPEND="virtual/pkgconfig ${RDEPEND}" -src_unpack() { - [[ "${PV}" == 9999 ]] && git-r3_src_unpack - default -} - src_prepare() { default - if [[ "${PV}" == 9999 ]] ; then - sed 's@^pamix_LDFLAGS@pamix_LDADD@' -i Makefile.am || die - eautoreconf - fi + eautoreconf } -- cgit v1.2.3-65-gdbad