diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:08:51 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:08:51 +0000 |
commit | fab9cee58371c8ca5538c86ba7856fd824436ed7 (patch) | |
tree | f14b875e4ec7980d1aaa2b8d844926f331d32933 /perl-core | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-fab9cee58371c8ca5538c86ba7856fd824436ed7.tar.gz gentoo-2-fab9cee58371c8ca5538c86ba7856fd824436ed7.tar.bz2 gentoo-2-fab9cee58371c8ca5538c86ba7856fd824436ed7.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 47c2a9a96234..2a49811da3a7 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Pluggable # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.16 2012/08/22 17:04:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.17 2012/09/01 12:08:51 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> + Module-Pluggable-4.300.0.ebuild: + Marked ~ppc-aix, bug #432288 *Module-Pluggable-4.300.0 (22 Aug 2012) diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild index 7ac627394cae..ec4eaaa4a70f 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild,v 1.1 2012/08/22 17:04:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.300.0.ebuild,v 1.2 2012/09/01 12:08:51 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-File-Spec" |