commit: 9f80fde4a6f74ab738174bc77931b35ca9b9f28f
Author: Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 04:09:01 2017 +0000
Commit: Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 04:11:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f80fde4
media-sound/apulse: add changes needed for EAPI 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-sound/apulse/apulse-0.1.9.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/apulse/apulse-0.1.9.ebuild
b/media-sound/apulse/apulse-0.1.9.ebuild
index 692b9facae2..e370f54879e 100644
--- a/media-sound/apulse/apulse-0.1.9.ebuild
+++ b/media-sound/apulse/apulse-0.1.9.ebuild
@@ -26,10 +26,11 @@ src_prepare() {
_add_dir() {
DIRS="${EPREFIX}/usr/$(get_libdir)/apulse${DIRS:+:${DIRS}}"; }
multilib_foreach_abi _add_dir
sed -e "s#@@DIRS@@#${DIRS}#g" "${FILESDIR}"/apulse > "${T}"/apulse
+ eapply_user
}
multilib_src_configure() {
- local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse"
+ local mycmakeargs=("-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse")
cmake-utils_src_configure
}