diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-06-04 03:43:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-06-04 03:43:53 +0000 |
commit | f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d (patch) | |
tree | 174e08e9d37597fb0793978e0ee7efbc07b8f843 /perl-core/Getopt-Long | |
parent | add back in stupid libstdc++-v3 for now (diff) | |
download | historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.tar.gz historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.tar.bz2 historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.zip |
Tested on raq2, bumping for mips
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.34.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index e8eac2de1996..857599859dd5 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.2 2005/05/26 20:12:41 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.3 2005/06/04 03:42:14 mcummings Exp $ + + 04 Jun 2005; Michael Cummings <mcummings@gentoo.org> + Getopt-Long-2.34.ebuild: + Tested on raq2, bumping for mips *Getopt-Long-2.34 (25 May 2005) diff --git a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild index 9cde4404ecbc..9d47eb6c34bb 100644 --- a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild +++ b/perl-core/Getopt-Long/Getopt-Long-2.34.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/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.1 2005/05/25 13:57:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.2 2005/06/04 03:42:14 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JV/JV/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 alpha ppc sparc hppa ~mips ia64 ppc64" +KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" IUSE="" DEPEND="dev-perl/PodParser" |