diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-10 23:08:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-10 23:08:41 +0000 |
commit | 714f56e56f1d61ccf706e423ab52e21b0b70b19a (patch) | |
tree | aa7306d8cf87c8681c1dc94fe84fb80d0b3b2154 /sys-devel | |
parent | first relase (diff) | |
download | historical-714f56e56f1d61ccf706e423ab52e21b0b70b19a.tar.gz historical-714f56e56f1d61ccf706e423ab52e21b0b70b19a.tar.bz2 historical-714f56e56f1d61ccf706e423ab52e21b0b70b19a.zip |
added mask
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/perl/perl-5.6.1-r9.ebuild b/sys-devel/perl/perl-5.6.1-r9.ebuild index 044ed35c1be8..6dca0699e059 100644 --- a/sys-devel/perl/perl-5.6.1-r9.ebuild +++ b/sys-devel/perl/perl-5.6.1-r9.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.6.1-r9.ebuild,v 1.2 2002/12/10 21:39:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r9.ebuild,v 1.3 2002/12/10 23:08:41 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 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" RDEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0 ) >=sys-libs/db-3.2.3h-r3 |