diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-13 21:22:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-13 21:22:07 +0000 |
commit | 64e8b63dfd6624929dc4f9d24e291e407b2be6cf (patch) | |
tree | 76e55c2c93913debf1966fc03a883663035b25a7 /dev-perl/Test-Exception | |
parent | Version bump. That one fixes SMP (hopefully :). (diff) | |
download | gentoo-2-64e8b63dfd6624929dc4f9d24e291e407b2be6cf.tar.gz gentoo-2-64e8b63dfd6624929dc4f9d24e291e407b2be6cf.tar.bz2 gentoo-2-64e8b63dfd6624929dc4f9d24e291e407b2be6cf.zip |
alpha/ia64/x86 stable
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 3f2d1324f788..4e7f79da95cd 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,9 @@ # 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.46 2007/07/05 14:41:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.47 2007/07/13 21:22:07 armin76 Exp $ + + 13 Jul 2007; Raúl Porcel <armin76@gentoo.org> Test-Exception-0.25.ebuild: + alpha/ia64/x86 stable 05 Jul 2007; Tom Gall <tgall@gentoo.org> Test-Exception-0.25.ebuild: stable on ppc64 diff --git a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild b/dev-perl/Test-Exception/Test-Exception-0.25.ebuild index 2e2e7dbb9c22..3cdcb51be1b3 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.8 2007/07/05 14:41:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.25.ebuild,v 1.9 2007/07/13 21:22:07 armin76 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 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sh sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |