diff options
author | Torsten Veller <tove@gentoo.org> | 2010-12-18 09:57:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-12-18 09:57:01 +0000 |
commit | fa5521fddc5df207c6343dda12b62600b6a60a7e (patch) | |
tree | 1a64a2e11be4389e3a6cf70e0f94000196b3ceac /perl-core | |
parent | Stable on x86 and amd64 (#348916) (diff) | |
download | gentoo-2-fa5521fddc5df207c6343dda12b62600b6a60a7e.tar.gz gentoo-2-fa5521fddc5df207c6343dda12b62600b6a60a7e.tar.bz2 gentoo-2-fa5521fddc5df207c6343dda12b62600b6a60a7e.zip |
Stable on x86 and amd64 (#348830)
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/AutoLoader/AutoLoader-5.71.ebuild | 4 | ||||
-rw-r--r-- | perl-core/AutoLoader/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/AutoLoader/AutoLoader-5.71.ebuild b/perl-core/AutoLoader/AutoLoader-5.71.ebuild index d6fb71c7aabb..c418ed1dcbc9 100644 --- a/perl-core/AutoLoader/AutoLoader-5.71.ebuild +++ b/perl-core/AutoLoader/AutoLoader-5.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.71.ebuild,v 1.1 2010/11/22 15:13:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.71.ebuild,v 1.2 2010/12/18 09:57:01 tove Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="load subroutines only on demand" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" SRC_TEST=do diff --git a/perl-core/AutoLoader/ChangeLog b/perl-core/AutoLoader/ChangeLog index c9b27e716b3d..657159077951 100644 --- a/perl-core/AutoLoader/ChangeLog +++ b/perl-core/AutoLoader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/AutoLoader # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.6 2010/11/22 15:13:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.7 2010/12/18 09:57:01 tove Exp $ + + 18 Dec 2010; Torsten Veller <tove@gentoo.org> AutoLoader-5.71.ebuild: + Stable on x86 and amd64 (#348830) *AutoLoader-5.71 (22 Nov 2010) |