diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-30 11:25:17 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-30 11:26:24 +0100 |
commit | 6695614ea8fe947a58101532990feccc0c1178d6 (patch) | |
tree | a8f64decab345cc0249712e84998a71eed13dca5 /media-libs | |
parent | media-libs/harfbuzz: Bump to version 2.4.0 (diff) | |
download | gentoo-6695614ea8fe947a58101532990feccc0c1178d6.tar.gz gentoo-6695614ea8fe947a58101532990feccc0c1178d6.tar.bz2 gentoo-6695614ea8fe947a58101532990feccc0c1178d6.zip |
media-libs/harfbuzz: Synced live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index cb8c95a6e525..072663ae41e8 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -15,18 +15,17 @@ if [[ ${PV} = 9999 ]] ; then inherit git-r3 autotools else SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype" +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )" RDEPEND=" cairo? ( x11-libs/cairo:= ) - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] ) glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] ) graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] ) icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] ) @@ -87,10 +86,10 @@ multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local myeconfargs=( --without-coretext + --without-fontconfig #609300 --without-uniscribe $(use_enable static-libs static) $(multilib_native_use_with cairo) - $(use_with fontconfig) $(use_with glib) $(use_with introspection gobject) $(use_with graphite graphite2) |