Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-le-hb/
Date: Fri, 21 Jul 2017 09:14:54
Message-Id: 1500628486.f8949c177693d93f0a88eab74e2e170d32bbc634.polynomial-c@gentoo
1 commit: f8949c177693d93f0a88eab74e2e170d32bbc634
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 21 09:14:32 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 09:14:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8949c17
7
8 dev-libs/icu-le-hb: Move dev-libs/icu to REDPEND (bug #621786).
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
16 index 164323d0e27..f6029e446bf 100644
17 --- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
18 +++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
19 @@ -15,13 +15,15 @@ SLOT="0"
20 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
21 IUSE=""
22
23 +# dev-libs/icu is not linked into icu-le-hb but the latter still needs
24 +# to be rebuilt on dev-libs/icu upgrades (see bug #621786).
25 RDEPEND="
26 + >=dev-libs/icu-58.1:=[${MULTILIB_USEDEP}]
27 media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
28 "
29
30 DEPEND="
31 ${RDEPEND}
32 - >=dev-libs/icu-58.1[${MULTILIB_USEDEP}]
33 virtual/pkgconfig[${MULTILIB_USEDEP}]
34 "
35
36 @@ -31,6 +33,5 @@ src_prepare() {
37 }
38
39 multilib_src_configure() {
40 - ECONF_SOURCE="${S}" \
41 - econf
42 + ECONF_SOURCE="${S}" econf
43 }