diff options
Diffstat (limited to 'dev-perl/GDTextUtil')
-rw-r--r-- | dev-perl/GDTextUtil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/GDTextUtil/ChangeLog b/dev-perl/GDTextUtil/ChangeLog index 3b27a8fb28df..392e5d2f6c7e 100644 --- a/dev-perl/GDTextUtil/ChangeLog +++ b/dev-perl/GDTextUtil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GDTextUtil # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.12 2005/05/18 08:35:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.13 2005/06/12 17:46:47 weeve Exp $ + + 12 Jun 2005; Jason Wever <weeve@gentoo.org> GDTextUtil-0.86.ebuild: + Stable on SPARC. 18 May 2005; Markus Rothe <corsair@gentoo.org> GDTextUtil-0.86.ebuild: Stable on ppc64 diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild index 18304a487d93..38adf7c725bf 100644 --- a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild +++ b/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.10 2005/05/18 08:35:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.11 2005/06/12 17:46:47 weeve Exp $ IUSE="" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ~sparc alpha ia64 ppc ppc64" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" DEPEND="dev-perl/GD" |