projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f55733
)
media-sound/apulse: add changes needed for EAPI 6
author
Daniel Campbell
<zlg@gentoo.org>
Mon, 20 Mar 2017 04:09:01 +0000
(21:09 -0700)
committer
Daniel Campbell
<zlg@gentoo.org>
Mon, 20 Mar 2017 04:11:43 +0000
(21:11 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-sound/apulse/apulse-0.1.9.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/apulse/apulse-0.1.9.ebuild
b/media-sound/apulse/apulse-0.1.9.ebuild
index 692b9facae2f3f8b52140727d2de4d4464247d5e..e370f54879e28127b06ffa708fc8b601c78ee2f1 100644
(file)
--- 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
}