diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-18 01:04:52 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-18 01:04:52 +0000 |
commit | 0598e5b1f10300f524beafaf5e14e24ba53c83f9 (patch) | |
tree | 67aee407456e195fcdf79910d8bad96631ffc0db /media-libs | |
parent | initial import (diff) | |
download | gentoo-2-0598e5b1f10300f524beafaf5e14e24ba53c83f9.tar.gz gentoo-2-0598e5b1f10300f524beafaf5e14e24ba53c83f9.tar.bz2 gentoo-2-0598e5b1f10300f524beafaf5e14e24ba53c83f9.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p5/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/freetype/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freetype/freetype-2.4.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freetype/ChangeLog b/media-libs/freetype/ChangeLog index 057db0f9c5b3..64790c3f24d7 100644 --- a/media-libs/freetype/ChangeLog +++ b/media-libs/freetype/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/freetype # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.360 2013/02/09 18:02:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.361 2013/02/18 01:04:52 zmedico Exp $ + + 18 Feb 2013; Zac Medico <zmedico@gentoo.org> freetype-2.4.11.ebuild: + Add ~arm-linux keyword. 09 Feb 2013; Agostino Sarubbo <ago@gentoo.org> freetype-2.4.11.ebuild: Stable for ia64, wrt bug #448550 diff --git a/media-libs/freetype/freetype-2.4.11.ebuild b/media-libs/freetype/freetype-2.4.11.ebuild index a7b9ab592918..56b3bb051399 100644 --- a/media-libs/freetype/freetype-2.4.11.ebuild +++ b/media-libs/freetype/freetype-2.4.11.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/freetype/freetype-2.4.11.ebuild,v 1.14 2013/02/09 18:02:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.11.ebuild,v 1.15 2013/02/18 01:04:52 zmedico Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2 LICENSE="FTL GPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm 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 auto-hinter bindist bzip2 debug doc fontforge infinality static-libs utils" DEPEND="sys-libs/zlib |