diff options
-rw-r--r-- | perl-core/Module-CoreList/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-CoreList/Module-CoreList-2.38.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-CoreList/ChangeLog b/perl-core/Module-CoreList/ChangeLog index 72657a8af0ad..9644d73ce2b0 100644 --- a/perl-core/Module-CoreList/ChangeLog +++ b/perl-core/Module-CoreList/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-CoreList # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.20 2010/10/22 07:51:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.21 2010/11/03 19:57:13 hwoarang Exp $ + + 03 Nov 2010; Markos Chandras <hwoarang@gentoo.org> + Module-CoreList-2.38.ebuild: + Stable on amd64 wrt bug #343609 *Module-CoreList-2.40 (22 Oct 2010) diff --git a/perl-core/Module-CoreList/Module-CoreList-2.38.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.38.ebuild index f6d6cbb4d2bd..9ea1e1cd3d22 100644 --- a/perl-core/Module-CoreList/Module-CoreList-2.38.ebuild +++ b/perl-core/Module-CoreList/Module-CoreList-2.38.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/Module-CoreList/Module-CoreList-2.38.ebuild,v 1.1 2010/09/07 09:33:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.38.ebuild,v 1.2 2010/11/03 19:57:13 hwoarang Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="what modules shipped with versions of perl" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" #RDEPEND="" |