diff options
author | 2002-12-11 15:24:09 +0000 | |
---|---|---|
committer | 2002-12-11 15:24:09 +0000 | |
commit | 91564175003052616f62dad36cbffc7a58a4dbb2 (patch) | |
tree | 05be2e381fb4d1b91ab93deea53805ab275d266f /sys-devel | |
parent | moved to stable x86 (diff) | |
download | gentoo-2-91564175003052616f62dad36cbffc7a58a4dbb2.tar.gz gentoo-2-91564175003052616f62dad36cbffc7a58a4dbb2.tar.bz2 gentoo-2-91564175003052616f62dad36cbffc7a58a4dbb2.zip |
fixed masks
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/perl/perl-5.8.0-r3.ebuild b/sys-devel/perl/perl-5.8.0-r3.ebuild index b1896a9ff053..2d39f8006d1d 100644 --- a/sys-devel/perl/perl-5.8.0-r3.ebuild +++ b/sys-devel/perl/perl-5.8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r3.ebuild,v 1.5 2002/12/10 21:33:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r3.ebuild,v 1.6 2002/12/11 15:24:09 mcummings Exp $ IUSE="berkdb gdbm" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" HOMEPAGE="http://www.perl.org" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86 ~sparc ~ppc ~alpha" DEPEND="sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" |