diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-28 13:45:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-28 13:45:27 +0000 |
commit | 1ecd572023d509770252ccd27bb7c1eefcb3feaf (patch) | |
tree | 1bcfd3e8ff2d6237886a27dc0e836f8b9ce87242 /media-libs/harfbuzz | |
parent | Stable for ppc, wrt bug #512012 (diff) | |
download | gentoo-2-1ecd572023d509770252ccd27bb7c1eefcb3feaf.tar.gz gentoo-2-1ecd572023d509770252ccd27bb7c1eefcb3feaf.tar.bz2 gentoo-2-1ecd572023d509770252ccd27bb7c1eefcb3feaf.zip |
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r-- | media-libs/harfbuzz/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-0.9.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog index a60baacbd3af..d7ef13331452 100644 --- a/media-libs/harfbuzz/ChangeLog +++ b/media-libs/harfbuzz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/harfbuzz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.82 2014/07/27 10:29:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.83 2014/07/28 13:45:27 ago Exp $ + + 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> harfbuzz-0.9.28.ebuild: + Stable for ppc, wrt bug #512012 27 Jul 2014; Michał Górny <mgorny@gentoo.org> harfbuzz-0.9.28.ebuild, harfbuzz-9999.ebuild: diff --git a/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild index a6743c22d057..1f19e4eac2b4 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild,v 1.7 2014/07/27 10:29:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild,v 1.8 2014/07/28 13:45:27 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://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 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 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 +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )" |