diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-09 09:32:23 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-09 09:32:23 +0000 |
commit | 44338a7fa9e159383b150829786c3001ea5fa14a (patch) | |
tree | c1f9c372068681bb0685fba4b570140d5abda421 /dev-perl/Test-Class | |
parent | x86 stable wrt bug #405213 (diff) | |
download | gentoo-2-44338a7fa9e159383b150829786c3001ea5fa14a.tar.gz gentoo-2-44338a7fa9e159383b150829786c3001ea5fa14a.tar.bz2 gentoo-2-44338a7fa9e159383b150829786c3001ea5fa14a.zip |
x86 stable wrt bug #400227
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Class')
-rw-r--r-- | dev-perl/Test-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Class/Test-Class-0.360.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Class/ChangeLog b/dev-perl/Test-Class/ChangeLog index 76089f3c1d99..4efa8bdbc60a 100644 --- a/dev-perl/Test-Class/ChangeLog +++ b/dev-perl/Test-Class/ChangeLog @@ -1,6 +1,10 @@ # 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.58 2012/02/24 10:37:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.59 2012/03/09 09:32:23 phajdan.jr Exp $ + + 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + Test-Class-0.360.0.ebuild: + x86 stable wrt bug #400227 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Test-Class-0.360.0.ebuild: Stable for amd64, wrt bug #400227 diff --git a/dev-perl/Test-Class/Test-Class-0.360.0.ebuild b/dev-perl/Test-Class/Test-Class-0.360.0.ebuild index 7b22bcb7a050..c1de55a85a33 100644 --- a/dev-perl/Test-Class/Test-Class-0.360.0.ebuild +++ b/dev-perl/Test-Class/Test-Class-0.360.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.360.0.ebuild,v 1.2 2012/02/24 10:37:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.360.0.ebuild,v 1.3 2012/03/09 09:32:23 phajdan.jr Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-Storable-2 |