diff options
author | 2003-07-25 18:10:41 +0000 | |
---|---|---|
committer | 2003-07-25 18:10:41 +0000 | |
commit | 65321f55fbd92df68ad6c6c7f394f20a5511783c (patch) | |
tree | d86b970883aaf40bc336e6bbcf97e5946b311cb2 /dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild | |
parent | remove ~arch protection on all but hppa (diff) | |
download | gentoo-2-65321f55fbd92df68ad6c6c7f394f20a5511783c.tar.gz gentoo-2-65321f55fbd92df68ad6c6c7f394f20a5511783c.tar.bz2 gentoo-2-65321f55fbd92df68ad6c6c7f394f20a5511783c.zip |
remove ~arch protection
Diffstat (limited to 'dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild index 123cf1963f5f..049132c68ce1 100644 --- a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild,v 1.1 2003/06/25 07:46:51 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild,v 1.2 2003/07/25 18:08:02 rac Exp $ DESCRIPTION="MakeMaker Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" IUSE="" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 amd64 sparc ppc alpha mips ~hppa ~arm" DEPEND=">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" |