diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-12 11:09:34 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-12 11:09:34 +0000 |
commit | 08fe375dc1e8934f68fefb42cb809667ab47a236 (patch) | |
tree | 1f3b0bd58459648cdb821b2a07ad6e47a7151042 /dev-perl/Test-Class | |
parent | Drop reference to wrong bug in a comment. Tidy a bit. Almost worth not commit... (diff) | |
download | gentoo-2-08fe375dc1e8934f68fefb42cb809667ab47a236.tar.gz gentoo-2-08fe375dc1e8934f68fefb42cb809667ab47a236.tar.bz2 gentoo-2-08fe375dc1e8934f68fefb42cb809667ab47a236.zip |
Stable for x86, wrt bug #429008
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Class')
-rw-r--r-- | dev-perl/Test-Class/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Class/Test-Class-0.370.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Class/ChangeLog b/dev-perl/Test-Class/ChangeLog index 118833e59368..d6e1dd9efb33 100644 --- a/dev-perl/Test-Class/ChangeLog +++ b/dev-perl/Test-Class/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Class # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.64 2012/09/12 08:45:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.65 2012/09/12 11:09:34 johu Exp $ + + 12 Sep 2012; Johannes Huber <johu@gentoo.org> Test-Class-0.370.0.ebuild: + Stable for x86, wrt bug #429008 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Test-Class-0.370.0.ebuild: Stable for amd64, wrt bug #429008 diff --git a/dev-perl/Test-Class/Test-Class-0.370.0.ebuild b/dev-perl/Test-Class/Test-Class-0.370.0.ebuild index 2a3e08a6e194..4023a8e7d80c 100644 --- a/dev-perl/Test-Class/Test-Class-0.370.0.ebuild +++ b/dev-perl/Test-Class/Test-Class-0.370.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-Class/Test-Class-0.370.0.ebuild,v 1.2 2012/09/12 08:45:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.370.0.ebuild,v 1.3 2012/09/12 11:09:34 johu Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-Storable-2 |