diff options
author | 2006-08-18 01:30:30 +0000 | |
---|---|---|
committer | 2006-08-18 01:30:30 +0000 | |
commit | d65abac30cc61dac715d79b31732e8427a3592bd (patch) | |
tree | 608f1d03b8a910463ece94c59d22d124805af729 /dev-perl/Test-Exception | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-d65abac30cc61dac715d79b31732e8427a3592bd.tar.gz gentoo-2-d65abac30cc61dac715d79b31732e8427a3592bd.tar.bz2 gentoo-2-d65abac30cc61dac715d79b31732e8427a3592bd.zip |
Marking amd64 stable
(Portage version: 2.1.1_pre3-r1)
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.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 535975f7bec8..7baf13df1f99 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.25 2006/08/17 01:41:54 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.26 2006/08/18 01:30:30 mcummings Exp $ + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Test-Exception-0.21.ebuild: + Marking amd64 stable 17 Aug 2006; Thomas Cort <tcort@gentoo.org> Test-Exception-0.21.ebuild: Added ~alpha keyword wrt Bug #142139. diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild index 786c57452215..2aaf93adec2c 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.21.ebuild,v 1.10 2006/08/17 01:41:54 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.11 2006/08/18 01:30:30 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 ~ppc sparc ~x86" +KEYWORDS="~alpha amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |