diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:29:27 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:29:27 +0000 |
commit | 5eeb9eda791eaf4f0c59eb1a518157cca81b438e (patch) | |
tree | e43c07192b8a704209e2cb426097ac3f3836bbfb /dev-perl/Test-Class | |
parent | Stable on x86, bug #169152. (diff) | |
download | gentoo-2-5eeb9eda791eaf4f0c59eb1a518157cca81b438e.tar.gz gentoo-2-5eeb9eda791eaf4f0c59eb1a518157cca81b438e.tar.bz2 gentoo-2-5eeb9eda791eaf4f0c59eb1a518157cca81b438e.zip |
Stable on x86, bug #169152.
(Portage version: 2.1.2-r11)
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.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Class/ChangeLog b/dev-perl/Test-Class/ChangeLog index 92bc4cb11c52..cf3649f5cdcf 100644 --- a/dev-perl/Test-Class/ChangeLog +++ b/dev-perl/Test-Class/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Class # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.32 2007/01/23 00:30:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.33 2007/03/05 12:29:27 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Test-Class-0.22.ebuild: + Stable on x86, bug #169152. 23 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> Test-Class-0.22.ebuild: Add ~ia64 keyword. diff --git a/dev-perl/Test-Class/Test-Class-0.22.ebuild b/dev-perl/Test-Class/Test-Class-0.22.ebuild index 0cb23c1fad14..488953c78ec5 100644 --- a/dev-perl/Test-Class/Test-Class-0.22.ebuild +++ b/dev-perl/Test-Class/Test-Class-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.22.ebuild,v 1.4 2007/01/23 00:30:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.22.ebuild,v 1.5 2007/03/05 12:29:27 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 sparc ~x86" +KEYWORDS="amd64 ~ia64 sparc x86" IUSE="" SRC_TEST="do" |