diff options
author | David Seifert <soap@gentoo.org> | 2016-04-03 21:21:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-04-03 21:21:49 +0200 |
commit | 7dd7f39657699bf5e32a30228696f443a7d4446c (patch) | |
tree | 4fabcdfaf072bae22b0fc10aa366ac2f7627f448 /dev-libs/libixion | |
parent | net-libs/libssh: arm stable, bug #578520 (diff) | |
download | gentoo-7dd7f39657699bf5e32a30228696f443a7d4446c.tar.gz gentoo-7dd7f39657699bf5e32a30228696f443a7d4446c.tar.bz2 gentoo-7dd7f39657699bf5e32a30228696f443a7d4446c.zip |
dev-libs/libixion: use more recent sys-devel/boost-m4
Gentoo-Bug: 576462
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r-- | dev-libs/libixion/libixion-0.9.1-r1.ebuild | 11 |
1 files 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 6dc3c0e382a6..e829d566c0e3 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 } |