summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Campbell <zlg@gentoo.org>2017-03-19 21:09:01 -0700
committerDaniel Campbell <zlg@gentoo.org>2017-03-19 21:11:43 -0700
commit9f80fde4a6f74ab738174bc77931b35ca9b9f28f (patch)
tree4e7148a31690d6114b8feccb9244d8b53f3d8a6b /media-sound
parentmedia-sound/apulse: version bump, bug 613254 (diff)
downloadgentoo-9f80fde4a6f74ab738174bc77931b35ca9b9f28f.tar.gz
gentoo-9f80fde4a6f74ab738174bc77931b35ca9b9f28f.tar.bz2
gentoo-9f80fde4a6f74ab738174bc77931b35ca9b9f28f.zip
media-sound/apulse: add changes needed for EAPI 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/apulse/apulse-0.1.9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/apulse/apulse-0.1.9.ebuild b/media-sound/apulse/apulse-0.1.9.ebuild
index 692b9facae2f..e370f54879e2 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
}