diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 16:59:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 16:59:24 +0000 |
commit | a0f8121a3e95556316014fde5e3c01bef869139c (patch) | |
tree | 34c2ed287bca041212fbe05c558c5f36a973fe5d /dev-perl/Test-Exception | |
parent | Adding virtual/linux-sources. (diff) | |
download | historical-a0f8121a3e95556316014fde5e3c01bef869139c.tar.gz historical-a0f8121a3e95556316014fde5e3c01bef869139c.tar.bz2 historical-a0f8121a3e95556316014fde5e3c01bef869139c.zip |
Keywording for ~sparc
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.15.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index e88d065ce5e5..076f7dd90b1c 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.3 2004/09/02 13:24:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.4 2004/10/17 16:59:24 mcummings Exp $ + + 17 Oct 2004; Michael Cummings <mcummings@gentoo.org> + Test-Exception-0.15.ebuild: + Keywording for ~sparc 02 Sep 2004; David Holm <dholm@gentoo.org> Test-Exception-0.15.ebuild: Added to ~ppc. diff --git a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild index 64d84c2f1916..6399f8722432 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild @@ -1,16 +1,16 @@ # 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.4 2004/09/02 13:24:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.15.ebuild,v 1.5 2004/10/17 16:59:24 mcummings Exp $ inherit perl-module DESCRIPTION="test functions for exception based code" HOMEPAGE="http://search.cpan.org/~adie/${P}/" -SRC_URI="http://www.cpan.org/authors/id/A/AD/ADIE/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" SRC_TEST="do" |