diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 15:18:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 15:18:04 +0000 |
commit | 575ad2472b3fc3222b4fba724725e761ca04cb6b (patch) | |
tree | 07044af438b79a8ce8005a371f1a9c80e2c68306 /media-libs | |
parent | Stable for amd64, wrt bug #544908 (diff) | |
download | gentoo-2-575ad2472b3fc3222b4fba724725e761ca04cb6b.tar.gz gentoo-2-575ad2472b3fc3222b4fba724725e761ca04cb6b.tar.bz2 gentoo-2-575ad2472b3fc3222b4fba724725e761ca04cb6b.zip |
Stable for amd64, wrt bug #544792
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-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 97fe420c5a53..9713120a959e 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.101 2015/03/31 16:34:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.102 2015/04/08 15:18:04 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> harfbuzz-0.9.38.ebuild: + Stable for amd64, wrt bug #544792 31 Mar 2015; Jeroen Roovers <jer@gentoo.org> harfbuzz-0.9.38.ebuild: Stable for HPPA (bug #544792). diff --git a/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild index cba8fee70400..c905845e11dc 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.3 2015/03/31 16:34:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.4 2015/04/08 15:18:04 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 )" |