diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2007-02-11 21:47:14 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2007-02-11 21:47:14 +0000 |
commit | 29cdc6cb17c4e6c933eb0dff9e0562faf8aa1035 (patch) | |
tree | b35fb0f0321591ae54f57272bccd13786e311561 /media-libs/gd | |
parent | stable x86; security bug #166246 (diff) | |
download | gentoo-2-29cdc6cb17c4e6c933eb0dff9e0562faf8aa1035.tar.gz gentoo-2-29cdc6cb17c4e6c933eb0dff9e0562faf8aa1035.tar.bz2 gentoo-2-29cdc6cb17c4e6c933eb0dff9e0562faf8aa1035.zip |
Stable on hppa. See bug #141577.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index 421e5aa56095..7e3d2a3a54fb 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.35 2007/02/11 11:17:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.36 2007/02/11 21:47:14 killerfox Exp $ + + 11 Feb 2007; René Nussbaumer <killerfox@gentoo.org> gd-2.0.34.ebuild: + Stable on hppa. See bug #141577. 11 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> gd-2.0.34.ebuild: Stable on ppc wrt bug #141577. diff --git a/media-libs/gd/gd-2.0.34.ebuild b/media-libs/gd/gd-2.0.34.ebuild index a68b4bfc5d38..e227550e39f3 100644 --- a/media-libs/gd/gd-2.0.34.ebuild +++ b/media-libs/gd/gd-2.0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.34.ebuild,v 1.3 2007/02/11 11:17:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.34.ebuild,v 1.4 2007/02/11 21:47:14 killerfox Exp $ DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/" @@ -8,7 +8,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 ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="fontconfig jpeg png truetype xpm" DEPEND="fontconfig? ( media-libs/fontconfig ) |