Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
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"
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
}