diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 13:20:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 13:20:24 +0000 |
commit | 537a34daa2d361569145884b60877829cab01d49 (patch) | |
tree | 4d284cdd1d1aaab882ad829942ad3999a7b3f12d /dev-perl | |
parent | Don't initialise ebuild-mode-portdir from PORTDIR any more, which allows usin... (diff) | |
download | gentoo-2-537a34daa2d361569145884b60877829cab01d49.tar.gz gentoo-2-537a34daa2d361569145884b60877829cab01d49.tar.bz2 gentoo-2-537a34daa2d361569145884b60877829cab01d49.zip |
keyword ~ppc64, bug #384677
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.500.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 59945ac7db87..582b47973a90 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.53 2012/06/24 12:59:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.54 2012/09/22 13:20:24 blueness Exp $ + + 22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> Inline-0.500.0.ebuild: + keyword ~ppc64, bug #384677 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Inline/Inline-0.500.0.ebuild b/dev-perl/Inline/Inline-0.500.0.ebuild index 79cff44fc16e..2cd038b11286 100644 --- a/dev-perl/Inline/Inline-0.500.0.ebuild +++ b/dev-perl/Inline/Inline-0.500.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/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.7 2012/06/17 13:53:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.8 2012/09/22 13:20:24 blueness Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Write Perl subroutines in other languages" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc s390 sh sparc x86" IUSE="test" RDEPEND="virtual/perl-Digest-MD5 |