diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-03-11 07:24:31 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-03-11 07:24:31 +0000 |
commit | 93a9fc7e8c0a96a3f84bd73ea244a3c58b70578c (patch) | |
tree | 1f704c9cfc435aebc0754a25faf8244422bed37c /media-libs/freetype | |
parent | Fix usbredir dep and fix hardcoding of smartcard disabling (diff) | |
download | gentoo-2-93a9fc7e8c0a96a3f84bd73ea244a3c58b70578c.tar.gz gentoo-2-93a9fc7e8c0a96a3f84bd73ea244a3c58b70578c.tar.bz2 gentoo-2-93a9fc7e8c0a96a3f84bd73ea244a3c58b70578c.zip |
marked x86 per security bug 407257
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Diffstat (limited to 'media-libs/freetype')
-rw-r--r-- | media-libs/freetype/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freetype/freetype-2.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freetype/ChangeLog b/media-libs/freetype/ChangeLog index a72b1a06c0b9..452ce0eeb9d3 100644 --- a/media-libs/freetype/ChangeLog +++ b/media-libs/freetype/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/freetype # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.322 2012/03/10 18:02:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.323 2012/03/11 07:24:31 jdhore Exp $ + + 11 Mar 2012; Jeff Horelick <jdhore@gentoo.org> freetype-2.4.9.ebuild: + marked x86 per security bug 407257 10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> freetype-2.4.9.ebuild: Add back static-libs USE flag for bug #407663. diff --git a/media-libs/freetype/freetype-2.4.9.ebuild b/media-libs/freetype/freetype-2.4.9.ebuild index 889fbfb5412f..b3927a1e6f56 100644 --- a/media-libs/freetype/freetype-2.4.9.ebuild +++ b/media-libs/freetype/freetype-2.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.9.ebuild,v 1.2 2012/03/10 18:02:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.9.ebuild,v 1.3 2012/03/11 07:24:31 jdhore Exp $ EAPI="4" @@ -14,7 +14,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 ~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 ~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" IUSE="X auto-hinter bindist bzip2 debug doc fontforge static-libs utils" DEPEND="sys-libs/zlib |