diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:33:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:33:25 +0000 |
commit | 7f6fe79325a6fd814d06df4f78ecc9380a9946e3 (patch) | |
tree | 2851ac941e4bc77ed112d2bb8646ee903727730d /dev-perl/Archive-Tar | |
parent | Initial import, closes #27982 (Manifest recommit) (diff) | |
download | gentoo-2-7f6fe79325a6fd814d06df4f78ecc9380a9946e3.tar.gz gentoo-2-7f6fe79325a6fd814d06df4f78ecc9380a9946e3.tar.bz2 gentoo-2-7f6fe79325a6fd814d06df4f78ecc9380a9946e3.zip |
Remove arm keywords
Diffstat (limited to 'dev-perl/Archive-Tar')
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-1.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.05.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.05.ebuild index 139214433d4f..384291ba0c9c 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-1.05.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-1.05.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/Archive-Tar/Archive-Tar-1.05.ebuild,v 1.2 2004/01/19 22:06:31 esammer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.05.ebuild,v 1.3 2004/02/22 20:33:25 agriffis Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/${P}.readme" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~arm ~hppa ~mips" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips" DEPEND="dev-perl/IO-Zlib || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )" |