diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-17 20:42:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-17 20:42:03 +0000 |
commit | f8ea5f17ba45a76c8c6983b008e26a445f06ec46 (patch) | |
tree | 6fceb048ebb6e580e030953c1325828cdd61f24f /media-libs/harfbuzz | |
parent | Apply upstream fix to solve abiword-docs building in the right way (diff) | |
download | gentoo-2-f8ea5f17ba45a76c8c6983b008e26a445f06ec46.tar.gz gentoo-2-f8ea5f17ba45a76c8c6983b008e26a445f06ec46.tar.bz2 gentoo-2-f8ea5f17ba45a76c8c6983b008e26a445f06ec46.zip |
arm stable, bug #476364
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r-- | media-libs/harfbuzz/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-0.9.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog index d0335ab51b03..f8dc2b2eddc4 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.49 2013/10/12 21:54:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.50 2013/10/17 20:42:03 maekke Exp $ + + 17 Oct 2013; Markus Meier <maekke@gentoo.org> harfbuzz-0.9.20.ebuild: + arm stable, bug #476364 12 Oct 2013; Markos Chandras <hwoarang@gentoo.org> harfbuzz-0.9.20.ebuild: Add ~mips diff --git a/media-libs/harfbuzz/harfbuzz-0.9.20.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.20.ebuild index 8b7a8e07489a..111f3b78fa7e 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.20.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.20.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.20.ebuild,v 1.5 2013/10/12 21:54:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.20.ebuild,v 1.6 2013/10/17 20:42:03 maekke 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 ~mips ~ppc ~ppc64 ~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 ~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 )" |