diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-15 16:40:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-15 16:40:36 +0000 |
commit | 14f0ac7ae8defd16069b82edb83b19492a89e5b1 (patch) | |
tree | 2887ebfc642e5e443e48e908b4d9f42ee96d02ac /perl-core | |
parent | version bump and clean up (diff) | |
download | gentoo-2-14f0ac7ae8defd16069b82edb83b19492a89e5b1.tar.gz gentoo-2-14f0ac7ae8defd16069b82edb83b19492a89e5b1.tar.bz2 gentoo-2-14f0ac7ae8defd16069b82edb83b19492a89e5b1.zip |
Marking Module-Pluggable-3.9 ppc64 for bug 266103
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index b78af969c2ce..4d2e6f2bc2cb 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Module-Pluggable # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.2 2009/03/18 09:34:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.3 2009/04/15 16:40:36 ranger Exp $ + + 15 Apr 2009; Brent Baude <ranger@gentoo.org> Module-Pluggable-3.9.ebuild: + Marking Module-Pluggable-3.9 ppc64 for bug 266103 *Module-Pluggable-3.9 (18 Mar 2009) diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild index 963ac6260ddd..bf36af6ab3fa 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.9.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/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.1 2009/03/18 09:34:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.2 2009/04/15 16:40:36 ranger Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND="virtual/perl-File-Spec" |