diff options
author | David Holm <dholm@gentoo.org> | 2004-09-02 13:24:19 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-02 13:24:19 +0000 |
commit | 16d5b9b7231befd45418636c7d3b84bdbc6f8571 (patch) | |
tree | 273b714f41c4be038f394e91e837a9f8e6c21663 /dev-perl/Test-Exception | |
parent | Start blocking module-init-tools. (Manifest recommit) (diff) | |
download | gentoo-2-16d5b9b7231befd45418636c7d3b84bdbc6f8571.tar.gz gentoo-2-16d5b9b7231befd45418636c7d3b84bdbc6f8571.tar.bz2 gentoo-2-16d5b9b7231befd45418636c7d3b84bdbc6f8571.zip |
Added to ~ppc
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.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 39661e9c374d..e88d065ce5e5 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.2 2004/06/25 01:02:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.3 2004/09/02 13:24:14 dholm Exp $ + + 02 Sep 2004; David Holm <dholm@gentoo.org> Test-Exception-0.15.ebuild: + Added to ~ppc. *Test-Exception-0.15 (29 Mar 2004) diff --git a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild index af54801ca239..64d84c2f1916 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.15.ebuild,v 1.3 2004/07/14 20:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.15.ebuild,v 1.4 2004/09/02 13:24:14 dholm Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/authors/id/A/AD/ADIE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" SRC_TEST="do" |