diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-27 10:04:33 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-27 10:04:33 +0000 |
commit | 8f3a745ded123b106a2bce590a421a7434092c97 (patch) | |
tree | c86695d06a17b17e5eb57d8b63f102ddd079bc0f /perl-core | |
parent | Stable on alpha, bug #353387 (diff) | |
download | gentoo-2-8f3a745ded123b106a2bce590a421a7434092c97.tar.gz gentoo-2-8f3a745ded123b106a2bce590a421a7434092c97.tar.bz2 gentoo-2-8f3a745ded123b106a2bce590a421a7434092c97.zip |
Marked ~ppc64 wrt #351526
(Portage version: 2.2.0_alpha25/cvs/Linux ppc64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Load/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Load/Module-Load-0.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Load/ChangeLog b/perl-core/Module-Load/ChangeLog index 17c782b4512b..edf3eb006307 100644 --- a/perl-core/Module-Load/ChangeLog +++ b/perl-core/Module-Load/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Load # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.8 2011/01/29 17:58:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.9 2011/02/27 10:04:33 xarthisius Exp $ + + 27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + Module-Load-0.18.ebuild: + Marked ~ppc64 wrt #351526 29 Jan 2011; Raúl Porcel <armin76@gentoo.org> Module-Load-0.18.ebuild: Add ~alpha/~arm/~ia64/~m68k/~s390/~sh/~sparc wrt #351526 diff --git a/perl-core/Module-Load/Module-Load-0.18.ebuild b/perl-core/Module-Load/Module-Load-0.18.ebuild index 051038ae50db..f43c6437a2a8 100644 --- a/perl-core/Module-Load/Module-Load-0.18.ebuild +++ b/perl-core/Module-Load/Module-Load-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.18.ebuild,v 1.3 2011/01/29 17:58:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.18.ebuild,v 1.4 2011/02/27 10:04:33 xarthisius Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="runtime require of both modules and files" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_TEST=do |