diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:46:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:46:51 +0000 |
commit | d58eae0c77d1cda075611200bb6330e7e1a82656 (patch) | |
tree | 346cec180d93bddec6b0d22d3362876895159634 /perl-core/AutoLoader | |
parent | Stable for amd64, wrt bug #458122 (diff) | |
download | gentoo-2-d58eae0c77d1cda075611200bb6330e7e1a82656.tar.gz gentoo-2-d58eae0c77d1cda075611200bb6330e7e1a82656.tar.bz2 gentoo-2-d58eae0c77d1cda075611200bb6330e7e1a82656.zip |
Stable for amd64, wrt bug #458122
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'perl-core/AutoLoader')
-rw-r--r-- | perl-core/AutoLoader/AutoLoader-5.730.0.ebuild | 6 | ||||
-rw-r--r-- | perl-core/AutoLoader/ChangeLog | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild b/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild index 74ce236b296a..20e8e4964938 100644 --- a/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild +++ b/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild,v 1.1 2012/11/17 19:07:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.730.0.ebuild,v 1.2 2013/02/18 18:46:51 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="load subroutines only on demand" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" +KEYWORDS="amd64 ~ppc ~x86 ~x86-solaris" IUSE="" SRC_TEST=do diff --git a/perl-core/AutoLoader/ChangeLog b/perl-core/AutoLoader/ChangeLog index cbbc11c77cf7..67068d77ca8e 100644 --- a/perl-core/AutoLoader/ChangeLog +++ b/perl-core/AutoLoader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/AutoLoader -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.13 2012/11/17 19:07:57 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.14 2013/02/18 18:46:51 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> AutoLoader-5.730.0.ebuild: + Stable for amd64, wrt bug #458122 *AutoLoader-5.730.0 (17 Nov 2012) |