diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 07:19:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 07:19:46 +0000 |
commit | 3bfd891642eb03b29869dc823e08c411e0dd4037 (patch) | |
tree | 9e296e0cfec0633d9764ea5ba2158bd448acdae6 /dev-perl/File-Spec | |
parent | add -ldl fix for arm (diff) | |
download | gentoo-2-3bfd891642eb03b29869dc823e08c411e0dd4037.tar.gz gentoo-2-3bfd891642eb03b29869dc823e08c411e0dd4037.tar.bz2 gentoo-2-3bfd891642eb03b29869dc823e08c411e0dd4037.zip |
arm KEYWORDS
Diffstat (limited to 'dev-perl/File-Spec')
-rw-r--r-- | dev-perl/File-Spec/File-Spec-0.84-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild b/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild index 6424a6f2e96f..f33b102a31d6 100644 --- a/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild +++ b/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild,v 1.10 2004/04/28 01:35:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild,v 1.11 2004/04/28 07:19:46 vapier Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" DEPEND=">=dev-lang/perl-5.8.0-r12" |