diff options
author | 2005-12-01 21:01:13 +0000 | |
---|---|---|
committer | 2005-12-01 21:01:13 +0000 | |
commit | 4a79e38a2c5519da2b523c95f741a390a576e308 (patch) | |
tree | 59fed953462a1afc79ae59f381a9e185d2f88c34 /dev-perl | |
parent | Stable on amd64. Bug #113806. (diff) | |
download | gentoo-2-4a79e38a2c5519da2b523c95f741a390a576e308.tar.gz gentoo-2-4a79e38a2c5519da2b523c95f741a390a576e308.tar.bz2 gentoo-2-4a79e38a2c5519da2b523c95f741a390a576e308.zip |
Added ~amd64 keyword. Fixes bug #113147.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild index 0d916bc0b1e0..28c46407aea2 100644 --- a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild +++ b/dev-perl/Carp-Assert/Carp-Assert-0.18.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/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.5 2005/07/18 11:49:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.6 2005/12/01 21:01:13 metalgod Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~ppc sparc x86" +KEYWORDS="~amd64 ~ppc sparc x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Carp-Assert/ChangeLog b/dev-perl/Carp-Assert/ChangeLog index ccf90fcfd03b..f9bcc89bf414 100644 --- a/dev-perl/Carp-Assert/ChangeLog +++ b/dev-perl/Carp-Assert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Carp-Assert # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.5 2005/07/18 11:49:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.6 2005/12/01 21:01:13 metalgod Exp $ + + 01 Dec 2005; Luis Medinas <metalgod@gentoo.org> Carp-Assert-0.18.ebuild: + Added ~amd64 keyword. Fixes bug #113147. 18 Jul 2005; David Holm <dholm@gentoo.org> Carp-Assert-0.18.ebuild: Added to ~ppc. |