diff options
author | 2001-06-17 12:51:07 +0000 | |
---|---|---|
committer | 2001-06-17 12:51:07 +0000 | |
commit | a2c399914543253f463805adee799ff9f0fe07c2 (patch) | |
tree | aee0fbb85f0bda6abee33ace40fc11add759901a /sys-devel | |
parent | updated to 0.99.2, minor improvments (diff) | |
download | gentoo-2-a2c399914543253f463805adee799ff9f0fe07c2.tar.gz gentoo-2-a2c399914543253f463805adee799ff9f0fe07c2.tar.bz2 gentoo-2-a2c399914543253f463805adee799ff9f0fe07c2.zip |
Fixed a few db dependencie bugs
Added USE="build" to linux-sources to install only kernel headers for the build environment
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild index 646c7dff8208..68009b6a5844 100644 --- a/sys-devel/perl/perl-5.6.1.ebuild +++ b/sys-devel/perl/perl-5.6.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.5 2001/06/16 23:48:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.6 2001/06/17 12:51:07 achim Exp $ A=${P}.tar.gz @@ -12,11 +12,11 @@ HOMEPAGE="http://www.perl.org" DEPEND="virtual/glibc sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 - >=sys-libs/db-1.85-r1 ) + =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" RDEPEND="virtual/glibc - berkdb? ( >=sys-libs/db-3.2.3h-r3 >=sys-libs/db-1.85-r1 ) + berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { |