diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 00:53:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 00:53:58 +0000 |
commit | 8cae772d76cbc9c04ab21b11b8b90a8696b586e2 (patch) | |
tree | 19513821fc2afc75f0436549d7c93b9561c28396 /dev-lang | |
parent | header fix; move webapp-detect into setup; mips needs deps first (Manifest re... (diff) | |
download | gentoo-2-8cae772d76cbc9c04ab21b11b8b90a8696b586e2.tar.gz gentoo-2-8cae772d76cbc9c04ab21b11b8b90a8696b586e2.tar.bz2 gentoo-2-8cae772d76cbc9c04ab21b11b8b90a8696b586e2.zip |
arm needs deps first
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.8.0-r12.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.8.0-r9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/perl/perl-5.8.0-r12.ebuild b/dev-lang/perl/perl-5.8.0-r12.ebuild index dda49aeaf379..0c0f7867177e 100644 --- a/dev-lang/perl/perl-5.8.0-r12.ebuild +++ b/dev-lang/perl/perl-5.8.0-r12.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-lang/perl/perl-5.8.0-r12.ebuild,v 1.16 2004/01/18 06:46:58 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r12.ebuild,v 1.17 2004/02/21 00:53:58 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -25,7 +25,7 @@ HOMEPAGE="http://www.perl.org/" SLOT="0" LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}" LICENSE="Artistic GPL-2" -KEYWORDS="x86 amd64 sparc ppc alpha mips hppa ia64 ~arm" +KEYWORDS="x86 amd64 sparc ppc alpha mips hppa ia64" IUSE="berkdb doc gdbm threads" DEPEND="sys-apps/groff diff --git a/dev-lang/perl/perl-5.8.0-r9.ebuild b/dev-lang/perl/perl-5.8.0-r9.ebuild index a716b71ab1d8..e41fa70809ed 100644 --- a/dev-lang/perl/perl-5.8.0-r9.ebuild +++ b/dev-lang/perl/perl-5.8.0-r9.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-lang/perl/perl-5.8.0-r9.ebuild,v 1.10 2004/01/18 06:46:58 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r9.ebuild,v 1.11 2004/02/21 00:53:58 mr_bones_ Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -79,7 +79,7 @@ fi LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}" LICENSE="Artistic GPL-2" -KEYWORDS="x86 sparc ppc alpha ~mips hppa arm" +KEYWORDS="x86 sparc ppc alpha ~mips hppa" IUSE="berkdb gdbm threads" DEPEND="sys-apps/groff |