diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-02 14:16:35 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-02 14:16:35 +0000 |
commit | 603109f21ee5238550379932f72be444d9895994 (patch) | |
tree | b13696d9af1ce023f7dba189b7d9faa4fddc781f /dev-perl/Test-Exception | |
parent | bug 82091 (diff) | |
download | gentoo-2-603109f21ee5238550379932f72be444d9895994.tar.gz gentoo-2-603109f21ee5238550379932f72be444d9895994.tar.bz2 gentoo-2-603109f21ee5238550379932f72be444d9895994.zip |
Bug 82091
(Portage version: 2.0.51.19)
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.20.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 8169d8ea6ef3..43351a6c5520 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.5 2005/03/20 11:00:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.6 2005/04/02 14:16:35 mcummings Exp $ + + 02 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Test-Exception-0.20.ebuild: + Bug 82091 *Test-Exception-0.20 (20 Mar 2005) diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index b260c68c97bc..d3301eddcd73 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.20.ebuild,v 1.1 2005/03/20 11:00:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.2 2005/04/02 14:16:35 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="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" SRC_TEST="do" |