summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-07-21 11:14:32 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-07-21 11:14:46 +0200
commitf8949c177693d93f0a88eab74e2e170d32bbc634 (patch)
tree21f66bc5874dd3acad82f70461614a5374866879
parentmedia-plugins/live: bump to 2017.07.18 (diff)
downloadgentoo-f8949c17.tar.gz
gentoo-f8949c17.tar.bz2
gentoo-f8949c17.zip
dev-libs/icu-le-hb: Move dev-libs/icu to REDPEND (bug #621786).
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild7
1 files changed, 4 insertions, 3 deletions
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
index 164323d0e27d..f6029e446bf0 100644
--- 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
@@ -15,13 +15,15 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
+# dev-libs/icu is not linked into icu-le-hb but the latter still needs
+# to be rebuilt on dev-libs/icu upgrades (see bug #621786).
RDEPEND="
+ >=dev-libs/icu-58.1:=[${MULTILIB_USEDEP}]
media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
"
DEPEND="
${RDEPEND}
- >=dev-libs/icu-58.1[${MULTILIB_USEDEP}]
virtual/pkgconfig[${MULTILIB_USEDEP}]
"
@@ -31,6 +33,5 @@ src_prepare() {
}
multilib_src_configure() {
- ECONF_SOURCE="${S}" \
- econf
+ ECONF_SOURCE="${S}" econf
}