diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-18 11:31:39 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-18 11:31:54 +0200 |
commit | 60ab074112a12d11236fc6337b5c00ea6ac6eeb6 (patch) | |
tree | 0a190c904d690c96da8e82582aa83ba6211b16c4 /media-sound/pamix | |
parent | dev-ruby/ruby-gstreamer: Move to ruby as we are not taking care of it for ages (diff) | |
download | gentoo-60ab074112a12d11236fc6337b5c00ea6ac6eeb6.tar.gz gentoo-60ab074112a12d11236fc6337b5c00ea6ac6eeb6.tar.bz2 gentoo-60ab074112a12d11236fc6337b5c00ea6ac6eeb6.zip |
media-sound/pamix: Prepare live ebuild for next release.
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/pamix')
-rw-r--r-- | media-sound/pamix/pamix-9999.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
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 } |