diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-09 16:32:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-09 16:32:43 +0000 |
commit | eb2a9ae6209b547128f9efdda6b17bd501d536d0 (patch) | |
tree | f3f9d9ea6b4cf1ab76935c2b00c3fb3326c7eb5a /dev-perl/Test-Exception | |
parent | use games_get_libdir (diff) | |
download | gentoo-2-eb2a9ae6209b547128f9efdda6b17bd501d536d0.tar.gz gentoo-2-eb2a9ae6209b547128f9efdda6b17bd501d536d0.tar.bz2 gentoo-2-eb2a9ae6209b547128f9efdda6b17bd501d536d0.zip |
Marking stable amd64
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.25.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 6d9e6e19ad95..3321cf39ba60 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.40 2007/03/05 12:29:39 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.41 2007/04/09 16:32:43 mcummings Exp $ + + 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Test-Exception-0.25.ebuild: + Marking stable amd64 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Test-Exception-0.24.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild b/dev-perl/Test-Exception/Test-Exception-0.25.ebuild index 24fd5bd22408..1e3474ee7f96 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.25.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-Exception/Test-Exception-0.25.ebuild,v 1.1 2007/02/17 15:23:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.25.ebuild,v 1.2 2007/04/09 16:32:43 mcummings 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="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" |