summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-16 21:54:11 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-16 21:54:11 +0000
commit7d7d92180d98e3653b51c5ccb6c3a0b38b9226b8 (patch)
treeee65ce27b112c9f121ac9a3716bde9e3ef7c8de2 /perl-core/Module-Pluggable
parenttrying to fix the circular dependency we are seeing with suhosin since 5.2.11... (diff)
downloadgentoo-2-7d7d92180d98e3653b51c5ccb6c3a0b38b9226b8.tar.gz
gentoo-2-7d7d92180d98e3653b51c5ccb6c3a0b38b9226b8.tar.bz2
gentoo-2-7d7d92180d98e3653b51c5ccb6c3a0b38b9226b8.zip
QA: Transfer prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'perl-core/Module-Pluggable')
-rw-r--r--perl-core/Module-Pluggable/ChangeLog6
-rw-r--r--perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog
index 54ced4aa4fd5..b386be715ea6 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.9 2009/04/28 12:06:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.10 2009/12/16 21:54:11 abcd Exp $
+
+ 16 Dec 2009; Jonathan Callen <abcd@gentoo.org>
+ Module-Pluggable-3.9.ebuild:
+ QA: Transfer prefix keywords
28 Apr 2009; Torsten Veller <tove@gentoo.org>
-Module-Pluggable-3.6.ebuild, -Module-Pluggable-3.8.ebuild:
diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild
index d1bb4fe0795b..e7a850770d93 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.7 2009/04/25 17:35:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.8 2009/12/16 21:54:11 abcd 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="virtual/perl-File-Spec"