diff options
author | Tom Martin <slarti@gentoo.org> | 2005-05-01 18:01:40 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-05-01 18:01:40 +0000 |
commit | 85ec189e3a84f39824b475c85e99043c2c8c915f (patch) | |
tree | c6cd8c23cb730ae5963ea968a9af629f7d1b362d /dev-perl/Test-Exception | |
parent | Stable on amd64. (diff) | |
download | historical-85ec189e3a84f39824b475c85e99043c2c8c915f.tar.gz historical-85ec189e3a84f39824b475c85e99043c2c8c915f.tar.bz2 historical-85ec189e3a84f39824b475c85e99043c2c8c915f.zip |
Marked ~amd64.
Package-Manager: portage-2.0.51.20-r5
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.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 4e4e3c6cef31..5652e327b728 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.7 2005/04/09 02:25:40 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.8 2005/05/01 18:00:53 slarti Exp $ + + 01 May 2005; Tom Martin <slarti@gentoo.org> Test-Exception-0.20.ebuild: + Marked ~amd64. 09 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> Test-Exception-0.20.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index 6415b036b4e0..6a7795838b36 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.3 2005/04/09 02:25:40 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.4 2005/05/01 18:00:53 slarti 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 ~amd64" IUSE="" SRC_TEST="do" |