summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Class')
-rw-r--r--dev-perl/Test-Class/ChangeLog7
-rw-r--r--dev-perl/Test-Class/Test-Class-0.360.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-Class/ChangeLog b/dev-perl/Test-Class/ChangeLog
index c28daa07e43e..76089f3c1d99 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.57 2011/09/04 11:23:57 tove Exp $
+# 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 $
+
+ 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Test-Class-0.360.0.ebuild:
+ Stable for amd64, wrt bug #400227
04 Sep 2011; Torsten Veller <tove@gentoo.org> -Test-Class-0.36.ebuild:
Cleanup
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 d1f06c26878b..7b22bcb7a050 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-2011 Gentoo Foundation
+# 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.1 2011/08/28 14:13:37 tove Exp $
+# $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 $
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