diff options
author | 2009-11-10 13:25:44 +0000 | |
---|---|---|
committer | 2009-11-10 13:25:44 +0000 | |
commit | d982e602e03dc6fc3552f950caa4c80c85672fff (patch) | |
tree | 8d66597afb598985a0504a4747bae70ec25e2220 /media-libs/gd | |
parent | Stable for HPPA (bug #276912). (diff) | |
download | gentoo-2-d982e602e03dc6fc3552f950caa4c80c85672fff.tar.gz gentoo-2-d982e602e03dc6fc3552f950caa4c80c85672fff.tar.bz2 gentoo-2-d982e602e03dc6fc3552f950caa4c80c85672fff.zip |
Stable on amd64 (security #292130)
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.35-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index f7c72498e886..2a1d298cd442 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.56 2009/11/09 18:28:43 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.57 2009/11/10 13:25:44 cla Exp $ + + 10 Nov 2009; Dawid Węgliński <cla@gentoo.org> gd-2.0.35-r1.ebuild: + Stable on amd64 (security #292130) 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> gd-2.0.35-r1.ebuild: stable x86, security bug 292130 diff --git a/media-libs/gd/gd-2.0.35-r1.ebuild b/media-libs/gd/gd-2.0.35-r1.ebuild index 34bba1aff7de..c3563aeb86b8 100644 --- a/media-libs/gd/gd-2.0.35-r1.ebuild +++ b/media-libs/gd/gd-2.0.35-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r1.ebuild,v 1.2 2009/11/09 18:28:43 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r1.ebuild,v 1.3 2009/11/10 13:25:44 cla Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://libgd.org/releases/${P}.tar.bz2" LICENSE="|| ( as-is BSD )" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="fontconfig jpeg png truetype xpm" RDEPEND="fontconfig? ( media-libs/fontconfig ) |