diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:45:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:45:16 +0000 |
commit | adb69633185888ca523b5330acf8e904bab82700 (patch) | |
tree | c4f9868bd4502009721c30113c80e74dd826022f /dev-perl/Test-Class | |
parent | net-im/gajim: Correct dependency from farsight to farstream (diff) | |
download | gentoo-2-adb69633185888ca523b5330acf8e904bab82700.tar.gz gentoo-2-adb69633185888ca523b5330acf8e904bab82700.tar.bz2 gentoo-2-adb69633185888ca523b5330acf8e904bab82700.zip |
Stable for amd64, wrt bug #429008
(Portage version: 2.1.11.9/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 ea324ba1b25f..118833e59368 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.63 2012/06/26 19:21:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.64 2012/09/12 08:45:16 ago Exp $ + + 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Test-Class-0.370.0.ebuild: + Stable for amd64, wrt bug #429008 *Test-Class-0.370.0 (26 Jun 2012) 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 ec3151a0757e..2a3e08a6e194 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.1 2012/06/26 19:21:00 tove Exp $ +# $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 $ 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 |