diff options
author | 2012-08-21 15:51:42 +0000 | |
---|---|---|
committer | 2012-08-21 15:51:42 +0000 | |
commit | 3fd6f91267155062e799d91f4e7334da074357d4 (patch) | |
tree | a7f5c5077fcb8443c11ac279a1f1f087f7fbb7d0 /dev-perl | |
parent | Fix init script. Thanks Seraphin in bug #432208. (diff) | |
download | historical-3fd6f91267155062e799d91f4e7334da074357d4.tar.gz historical-3fd6f91267155062e799d91f4e7334da074357d4.tar.bz2 historical-3fd6f91267155062e799d91f4e7334da074357d4.zip |
adding ~ppc keyword (bug 427504)
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Differences/Test-Differences-0.610.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Test-Differences/Test-Differences-0.610.0.ebuild b/dev-perl/Test-Differences/Test-Differences-0.610.0.ebuild index b7aed694ea65..5acbdc8915f2 100644 --- a/dev-perl/Test-Differences/Test-Differences-0.610.0.ebuild +++ b/dev-perl/Test-Differences/Test-Differences-0.610.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/Test-Differences/Test-Differences-0.610.0.ebuild,v 1.5 2012/04/14 15:15:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Differences/Test-Differences-0.610.0.ebuild,v 1.6 2012/08/21 15:51:42 xmw Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Test strings and data structures and show differences if not ok" SLOT="0" -KEYWORDS="amd64 hppa x86" +KEYWORDS="amd64 hppa ~ppc x86" IUSE="test" RDEPEND="dev-perl/Text-Diff diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild index afcd22c154ab..96e9dbb57575 100644 --- a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild +++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.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/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.1 2012/07/16 15:46:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.2 2012/08/21 15:48:51 xmw Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Override subroutines in a module for unit testing" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" DEPEND=" |