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: media-libs/harfbuzz/
Date: Sat, 30 Mar 2019 10:26:33
Message-Id: 1553941584.6695614ea8fe947a58101532990feccc0c1178d6.polynomial-c@gentoo
1 commit: 6695614ea8fe947a58101532990feccc0c1178d6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 10:25:17 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 10:26:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6695614e
7
8 media-libs/harfbuzz: Synced live ebuild
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/harfbuzz/harfbuzz-9999.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
17 index cb8c95a6e52..072663ae41e 100644
18 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
19 +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
20 @@ -15,18 +15,17 @@ if [[ ${PV} = 9999 ]] ; then
21 inherit git-r3 autotools
22 else
23 SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
24 - 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"
25 + 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"
26 fi
27
28 LICENSE="Old-MIT ISC icu"
29 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
30
31 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype"
32 +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype"
33 REQUIRED_USE="introspection? ( glib )"
34
35 RDEPEND="
36 cairo? ( x11-libs/cairo:= )
37 - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
38 glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
39 graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
40 icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
41 @@ -87,10 +86,10 @@ multilib_src_configure() {
42 # harfbuzz-gobject only used for instrospection, bug #535852
43 local myeconfargs=(
44 --without-coretext
45 + --without-fontconfig #609300
46 --without-uniscribe
47 $(use_enable static-libs static)
48 $(multilib_native_use_with cairo)
49 - $(use_with fontconfig)
50 $(use_with glib)
51 $(use_with introspection gobject)
52 $(use_with graphite graphite2)