diff options
author | 2013-07-08 09:42:53 +0000 | |
---|---|---|
committer | 2013-07-08 09:42:53 +0000 | |
commit | 82f86e44f2d61fee14cf5e6ccff9a3e2f4fe1912 (patch) | |
tree | 1c24c1bbc69ccf0ff304ab2387b94a00989c111b /dev-perl/Test-Requires | |
parent | ppc64 stable. bug #449576 (diff) | |
download | gentoo-2-82f86e44f2d61fee14cf5e6ccff9a3e2f4fe1912.tar.gz gentoo-2-82f86e44f2d61fee14cf5e6ccff9a3e2f4fe1912.tar.bz2 gentoo-2-82f86e44f2d61fee14cf5e6ccff9a3e2f4fe1912.zip |
ppc64 stable. bug #449576
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'dev-perl/Test-Requires')
-rw-r--r-- | dev-perl/Test-Requires/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-Requires/ChangeLog b/dev-perl/Test-Requires/ChangeLog index 7467114c97d0..0cd85a8e9a2d 100644 --- a/dev-perl/Test-Requires/ChangeLog +++ b/dev-perl/Test-Requires/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Requires -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/ChangeLog,v 1.24 2012/12/17 18:30:42 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/ChangeLog,v 1.25 2013/07/08 09:42:53 vincent Exp $ + + 08 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> + Test-Requires-0.60.0.ebuild: + ppc64 stable. bug #449576 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Test-Requires-0.60.0.ebuild: Add ~ppc64, wrt bug #442188 diff --git a/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild b/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild index 1619169eb66f..abe918d94216 100644 --- a/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild +++ b/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild,v 1.14 2012/12/17 18:30:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild,v 1.15 2013/07/08 09:42:53 vincent Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Checks to see if the module can be loaded" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Test-Simple-0.61" |