diff options
author | 2004-05-26 18:47:36 +0000 | |
---|---|---|
committer | 2004-05-26 18:47:36 +0000 | |
commit | 72fe6e45c44f44ae066965a6f8f2c6266db3bb49 (patch) | |
tree | 13c5e15bf9392f2cdbd267e65e5519d9fa7107c3 /dev-perl/Storable | |
parent | version fix to depend on the right binutils and glibc (diff) | |
download | gentoo-2-72fe6e45c44f44ae066965a6f8f2c6266db3bb49.tar.gz gentoo-2-72fe6e45c44f44ae066965a6f8f2c6266db3bb49.tar.bz2 gentoo-2-72fe6e45c44f44ae066965a6f8f2c6266db3bb49.zip |
arm KEYWORDS
Diffstat (limited to 'dev-perl/Storable')
-rw-r--r-- | dev-perl/Storable/Storable-2.09.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-perl/Storable/Storable-2.09.ebuild b/dev-perl/Storable/Storable-2.09.ebuild index 8e9ba816f882..e26814269a5d 100644 --- a/dev-perl/Storable/Storable-2.09.ebuild +++ b/dev-perl/Storable/Storable-2.09.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Storable/Storable-2.09.ebuild,v 1.5 2004/05/16 23:52:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Storable/Storable-2.09.ebuild,v 1.6 2004/05/26 18:47:36 vapier Exp $ inherit perl-module DESCRIPTION="The Perl Storable Module" -SRC_URI="http://www.cpan.org/modules/by-module/Storable/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" -IUSE="" -SLOT="0" +SRC_URI="http://www.cpan.org/modules/by-module/Storable/${P}.tar.gz" + LICENSE="Artistic" -KEYWORDS="~x86 sparc ~mips s390 ~alpha" +SLOT="0" +KEYWORDS="~x86 sparc ~mips ~alpha arm s390" +IUSE="" DEPEND="|| ( dev-perl/Test-Simple >=dev-lang/perl-5.8.0-r12 )" |