diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-28 09:45:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-28 09:45:50 +0000 |
commit | bb2bacbb334733c6cd41becdabea898addab4c40 (patch) | |
tree | d39e1881436f8f29b3d550e5bb1fabde2507001e /media-libs/harfbuzz | |
parent | Stable for sparc, wrt bug #547766 (diff) | |
download | gentoo-2-bb2bacbb334733c6cd41becdabea898addab4c40.tar.gz gentoo-2-bb2bacbb334733c6cd41becdabea898addab4c40.tar.bz2 gentoo-2-bb2bacbb334733c6cd41becdabea898addab4c40.zip |
Stable for sparc, wrt bug #544792
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog index 4510a3c0126d..da9f4ffb1af3 100644 --- a/media-libs/harfbuzz/ChangeLog +++ b/media-libs/harfbuzz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/harfbuzz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.107 2015/04/21 19:02:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.108 2015/04/28 09:45:50 ago Exp $ + + 28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> harfbuzz-0.9.38.ebuild: + Stable for sparc, wrt bug #544792 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> harfbuzz-0.9.38.ebuild: ppc stable wrt bug #544792 diff --git a/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild index 9d8e238c0517..7e22c3805a83 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.9 2015/04/21 19:02:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.10 2015/04/28 09:45:50 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 ~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 +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )" |