diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-28 03:00:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-28 03:00:50 +0000 |
commit | c2d41101b3107f3f980f07b7e9572fdc51fa137a (patch) | |
tree | 00c1ea5d9d8d07e61e46e81be454f4d1fa9b95a2 /perl-core/Module-Pluggable | |
parent | Add virtual/glu to dependencies, bug 436260. (diff) | |
download | gentoo-2-c2d41101b3107f3f980f07b7e9572fdc51fa137a.tar.gz gentoo-2-c2d41101b3107f3f980f07b7e9572fdc51fa137a.tar.bz2 gentoo-2-c2d41101b3107f3f980f07b7e9572fdc51fa137a.zip |
Marked ~hppa (bug #454264).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'perl-core/Module-Pluggable')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 9740d7cedcfb..5b0232caeaaf 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.19 2013/01/27 11:20:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.20 2013/01/28 03:00:50 jer Exp $ + + 28 Jan 2013; Jeroen Roovers <jer@gentoo.org> Module-Pluggable-4.600.0.ebuild: + Marked ~hppa (bug #454264). *Module-Pluggable-4.600.0 (27 Jan 2013) diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild index 9e2ce7f4209b..409e82b8e412 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.600.0.ebuild,v 1.1 2013/01/27 11:20:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild,v 1.2 2013/01/28 03:00:50 jer Exp $ EAPI=5 @@ -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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~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" |