Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Sun, 03 Apr 2016 19:22:04
Message-Id: 1459711309.7dd7f39657699bf5e32a30228696f443a7d4446c.soap@gentoo
1 commit: 7dd7f39657699bf5e32a30228696f443a7d4446c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 19:21:27 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 19:21:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd7f396
7
8 dev-libs/libixion: use more recent sys-devel/boost-m4
9
10 Gentoo-Bug: 576462
11
12 Package-Manager: portage-2.2.28
13
14 dev-libs/libixion/libixion-0.9.1-r1.ebuild | 11 ++++++++---
15 1 file changed, 8 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libixion/libixion-0.9.1-r1.ebuild b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
18 index 6dc3c0e..e829d56 100644
19 --- a/dev-libs/libixion/libixion-0.9.1-r1.ebuild
20 +++ b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
21 @@ -27,20 +27,25 @@ RDEPEND="
22 python? ( ${PYTHON_DEPS} )
23 "
24 DEPEND="${RDEPEND}
25 + >=sys-devel/boost-m4-0.4_p20160328
26 >=dev-util/mdds-0.12.0:0=
27 "
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
30 +PATCHES=(
31 + "${FILESDIR}/${PN}-0.9.1-typo.patch"
32 + "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
33 +)
34
35 pkg_setup() {
36 use python && python-single-r1_pkg_setup
37 }
38
39 src_prepare() {
40 - eapply_user
41 + default
42
43 - eapply "${FILESDIR}/${PN}-0.9.1-typo.patch" \
44 - "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
45 + # fixes bug 576462, which is due to an outdated bundled boost.m4
46 + rm m4/boost.m4 || die
47
48 eautoreconf
49 }