diff options
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 547cc23191c2..0a025d15ba66 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.29 2009/12/04 11:59:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.30 2009/12/04 14:07:32 tove Exp $ + + 04 Dec 2009; Torsten Veller <tove@gentoo.org> Getopt-Long-2.38.ebuild: + Stable on amd64 (#288026) 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> Getopt-Long-2.38.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild index 84bb7bb48a00..48b275e198d4 100644 --- a/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild +++ b/perl-core/Getopt-Long/Getopt-Long-2.38.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/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.3 2009/12/04 11:59:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.4 2009/12/04 14:07:32 tove Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Advanced handling of command line options" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="virtual/perl-PodParser" |