commit: 7dd7f39657699bf5e32a30228696f443a7d4446c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 19:21:27 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 19:21:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd7f396
dev-libs/libixion: use more recent sys-devel/boost-m4
Gentoo-Bug: 576462
Package-Manager: portage-2.2.28
dev-libs/libixion/libixion-0.9.1-r1.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libixion/libixion-0.9.1-r1.ebuild
b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
index 6dc3c0e..e829d56 100644
--- a/dev-libs/libixion/libixion-0.9.1-r1.ebuild
+++ b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
@@ -27,20 +27,25 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}
+ >=sys-devel/boost-m4-0.4_p20160328
>=dev-util/mdds-0.12.0:0=
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.1-typo.patch"
+ "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
+)
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
- eapply_user
+ default
- eapply "${FILESDIR}/${PN}-0.9.1-typo.patch" \
- "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
+ # fixes bug 576462, which is due to an outdated bundled boost.m4
+ rm m4/boost.m4 || die
eautoreconf
}