diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-30 19:38:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-30 19:38:07 +0000 |
commit | cde0435f2a7b0ca659a8b18c1c870d98e1190b8a (patch) | |
tree | 776e7dfc757aa8fd1d9f19a655c9ddfb07679ae3 /media-libs/harfbuzz | |
parent | amd64 stable, bug #478252 (diff) | |
download | gentoo-2-cde0435f2a7b0ca659a8b18c1c870d98e1190b8a.tar.gz gentoo-2-cde0435f2a7b0ca659a8b18c1c870d98e1190b8a.tar.bz2 gentoo-2-cde0435f2a7b0ca659a8b18c1c870d98e1190b8a.zip |
amd64 stable, bug #478252
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r-- | media-libs/harfbuzz/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-0.9.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog index 6f76ea97969b..cfae4017ace8 100644 --- a/media-libs/harfbuzz/ChangeLog +++ b/media-libs/harfbuzz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/harfbuzz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.53 2013/11/14 05:22:51 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.54 2013/11/30 19:38:07 pacho Exp $ + + 30 Nov 2013; Pacho Ramos <pacho@gentoo.org> harfbuzz-0.9.23.ebuild: + amd64 stable, bug #478252 14 Nov 2013; Matt Turner <mattst88@gentoo.org> harfbuzz-0.9.20.ebuild: alpha stable, bug 476364. diff --git a/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild index b82efc815c3f..ee99d1c81882 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.1 2013/11/11 10:00:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.2 2013/11/30 19:38:07 pacho Exp $ EAPI=5 @@ -16,7 +16,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 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" # TODO: +introspection when it's closer to finished and useful (0.9.21 hopefully) IUSE="+cairo +glib +graphite icu introspection static-libs +truetype" REQUIRED_USE="introspection? ( glib )" |