diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:12:14 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:32:15 +0100 |
commit | 3755b3eb751f45cf271df942688fe4d9f6c8e12b (patch) | |
tree | 52348693c09a7bc8eb04eb3a323aee9afa0c748b /media-libs | |
parent | media-fonts/cantarell: ppc stable wrt bug #587010 (diff) | |
download | gentoo-3755b3eb751f45cf271df942688fe4d9f6c8e12b.tar.gz gentoo-3755b3eb751f45cf271df942688fe4d9f6c8e12b.tar.bz2 gentoo-3755b3eb751f45cf271df942688fe4d9f6c8e12b.zip |
media-libs/harfbuzz: ppc stable wrt bug #587010
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-1.3.1.ebuild b/media-libs/harfbuzz/harfbuzz-1.3.1.ebuild index 1d87b36e976a..1925eaa56eed 100644 --- a/media-libs/harfbuzz/harfbuzz-1.3.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 [[ ${PV} == 9999 ]] || \ -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" IUSE="+cairo fontconfig +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )" |