diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 23:59:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 23:59:23 +0000 |
commit | c033258192135f060ac9df9a4bbb96d1d2cb7ac2 (patch) | |
tree | 01922aaa5a8f7f7e2a2194fbbc91eccb5e428893 /dev-perl | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-c033258192135f060ac9df9a4bbb96d1d2cb7ac2.tar.gz gentoo-2-c033258192135f060ac9df9a4bbb96d1d2cb7ac2.tar.bz2 gentoo-2-c033258192135f060ac9df9a4bbb96d1d2cb7ac2.zip |
arm/ia64/s390/sh love
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild b/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild index 2a1f899b6109..5af5d9c1157f 100644 --- a/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild +++ b/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild,v 1.3 2006/11/24 15:42:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/Carp-Clan-5.8.ebuild,v 1.4 2006/11/26 23:59:23 vapier Exp $ inherit perl-module @@ -10,8 +10,9 @@ SRC_URI="mirror://cpan/authors/id/J/JJ/JJORE/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 s390 sh sparc ~x86" IUSE="" -SRC_TEST="do" DEPEND="dev-lang/perl" + +SRC_TEST="do" |