diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-04 14:07:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-04 14:07:32 +0000 |
commit | 3c34ff55879254fbc30051f9a000a3aec9edfe86 (patch) | |
tree | 3a7362449449141f69fed542c2114852de141d7a /perl-core/Getopt-Long | |
parent | Stable on amd64 (#288026) (diff) | |
download | gentoo-2-3c34ff55879254fbc30051f9a000a3aec9edfe86.tar.gz gentoo-2-3c34ff55879254fbc30051f9a000a3aec9edfe86.tar.bz2 gentoo-2-3c34ff55879254fbc30051f9a000a3aec9edfe86.zip |
Stable on amd64 (#288026)
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Getopt-Long')
-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" |