summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-12-18 09:57:01 +0000
committerTorsten Veller <tove@gentoo.org>2010-12-18 09:57:01 +0000
commitfa5521fddc5df207c6343dda12b62600b6a60a7e (patch)
tree1a64a2e11be4389e3a6cf70e0f94000196b3ceac /perl-core/AutoLoader
parentStable on x86 and amd64 (#348916) (diff)
downloadgentoo-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/AutoLoader')
-rw-r--r--perl-core/AutoLoader/AutoLoader-5.71.ebuild4
-rw-r--r--perl-core/AutoLoader/ChangeLog5
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)