diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-17 16:06:19 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-17 16:06:19 +0000 |
commit | c65d5c9c349a4bc19c7fe38a371881c0567ad854 (patch) | |
tree | 0222a8bb8935d890c99a73ea1ef6a11b44f7c616 /media-libs/freetype | |
parent | Enable tests on non-native ABIs since dev-libs/check is multilib nowadays. (diff) | |
download | gentoo-2-c65d5c9c349a4bc19c7fe38a371881c0567ad854.tar.gz gentoo-2-c65d5c9c349a4bc19c7fe38a371881c0567ad854.tar.bz2 gentoo-2-c65d5c9c349a4bc19c7fe38a371881c0567ad854.zip |
Stable on alpha, bug #504088
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'media-libs/freetype')
-rw-r--r-- | media-libs/freetype/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freetype/freetype-2.5.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freetype/ChangeLog b/media-libs/freetype/ChangeLog index 0e5dce94e4b8..d38a6a523273 100644 --- a/media-libs/freetype/ChangeLog +++ b/media-libs/freetype/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/freetype # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.396 2014/06/10 00:43:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.397 2014/06/17 16:06:19 klausman Exp $ + + 17 Jun 2014; Tobias Klausmann <klausman@gentoo.org> freetype-2.5.3-r1.ebuild: + Stable on alpha, bug #504088 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> freetype-2.4.11.ebuild, freetype-2.5.0.1.ebuild, freetype-2.5.3-r1.ebuild, freetype-2.5.3.ebuild: diff --git a/media-libs/freetype/freetype-2.5.3-r1.ebuild b/media-libs/freetype/freetype-2.5.3-r1.ebuild index be09dba659ef..cf8b46277cef 100644 --- a/media-libs/freetype/freetype-2.5.3-r1.ebuild +++ b/media-libs/freetype/freetype-2.5.3-r1.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/freetype/freetype-2.5.3-r1.ebuild,v 1.6 2014/06/10 00:43:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.7 2014/06/17 16:06:19 klausman Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2 LICENSE="|| ( FTL GPL-2+ )" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz infinality png static-libs utils" REQUIRED_USE="harfbuzz? ( auto-hinter )" |