diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-04 12:10:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-04 12:10:37 +0000 |
commit | 4be782fd86bb586bf9b498585a74bd7b1d6953fa (patch) | |
tree | 841f1096113841f101322dc2e1f0292a29b17b16 /perl-core/Getopt-Long | |
parent | x86 stable, bug 288026 (diff) | |
download | historical-4be782fd86bb586bf9b498585a74bd7b1d6953fa.tar.gz historical-4be782fd86bb586bf9b498585a74bd7b1d6953fa.tar.bz2 historical-4be782fd86bb586bf9b498585a74bd7b1d6953fa.zip |
x86 stable, bug 288026
Package-Manager: portage-2.1.6.13/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.38.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 881bb6be72cf..547cc23191c2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.28 2009/04/04 17:32:22 armin76 Exp $ +# 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 $ + + 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + Getopt-Long-2.38.ebuild: + x86 stable, bug 288026 04 Apr 2009; Raúl Porcel <armin76@gentoo.org> Getopt-Long-2.36.ebuild, Getopt-Long-2.37.ebuild, 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 83c61ce04271..84bb7bb48a00 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.2 2009/04/04 17:32:22 armin76 Exp $ +# $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 $ 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" |