diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:35:00 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:35:00 +0000 |
commit | 40b4fdf36837c0fba60b46020782bc0731754536 (patch) | |
tree | ccef732fd55644733c824547f0becefae4b80c8f /media-libs/gd | |
parent | fix the stupid mess foser made (Manifest recommit) (diff) | |
download | gentoo-2-40b4fdf36837c0fba60b46020782bc0731754536.tar.gz gentoo-2-40b4fdf36837c0fba60b46020782bc0731754536.tar.bz2 gentoo-2-40b4fdf36837c0fba60b46020782bc0731754536.zip |
stable on ppc64, bug #55549
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index 3e19ce2e155e..832f5ff59b26 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.1 2004/06/30 15:51:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.2 2004/07/16 02:35:00 tgall Exp $ + + 15 Jul 2004; Tom Gall <tgall@gentoo.org> gd-2.0.26.ebuild: + stable on ppc64, bug #55549 *gd-1.8.4-r2 (30 Jun 2004) diff --git a/media-libs/gd/gd-2.0.26.ebuild b/media-libs/gd/gd-2.0.26.ebuild index ae18e1dce1bf..c6f7928a7fd9 100644 --- a/media-libs/gd/gd-2.0.26.ebuild +++ b/media-libs/gd/gd-2.0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.26.ebuild,v 1.1 2004/06/30 15:51:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.26.ebuild,v 1.2 2004/07/16 02:35:00 tgall Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.boutell.com/gd/http/${P}.tar.gz LICENSE="as-is | BSD" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ppc64" IUSE="jpeg png X truetype gif" DEPEND="jpeg? ( >=media-libs/jpeg-6b ) |