summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 14:32:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 14:32:32 +0000
commit288e93c75bc91741cc20b36388c556050d5f3c6a (patch)
tree92447c91889f884635248fd9b31b9262ebbd5dcb /sys-devel
parentDependencie fixes (diff)
downloadhistorical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.gz
historical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.bz2
historical-288e93c75bc91741cc20b36388c556050d5f3c6a.zip
dependencie fixes for rc5
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/bc-1.06-r1.ebuild7
-rw-r--r--sys-devel/perl/perl-5.6.1.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/sys-devel/bc/bc-1.06-r1.ebuild b/sys-devel/bc/bc-1.06-r1.ebuild
index 98fdaf9678b5..513e042b5ec3 100644
--- a/sys-devel/bc/bc-1.06-r1.ebuild
+++ b/sys-devel/bc/bc-1.06-r1.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/bc/bc-1.06-r1.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,8 +10,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bc/${A}
ftp://prep.ai.mit.edu/pub/gnu/bc/${A}"
HOMEPAGE="http://www.gnu.org/software/bc/bc.html"
-DEPEND="virtual/glibc
- readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
+RDEPEND="virtual/glibc
+ readline? ( >=sys-libs/readline-4.1 )"
+DEPEND="$RDEPEND sys-devel/flex"
src_compile() {
diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild
index c6361386e1aa..0af66b4d94bc 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.2 2001/05/11 14:06:17 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $
A=${P}.tar.gz
@@ -10,12 +10,13 @@ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${A}"
HOMEPAGE="http://www.perl.org"
-DEPEND="virtual/glibc sys-apps/man
- berkdb? ( >=sys-libs/db-3.1.17 )
+DEPEND="virtual/glibc sys-apps/groff
+ berkdb? ( =sys-libs/db-3.2.3h-r3
+ =sys-libs/db-1.85-r1 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"
-RDEPEND="virtual/glibc
- berkdb? ( >=sys-libs/db-3.1.17 )
+RDEPEND="virtual/glibc
+ berkdb? ( =sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"
src_compile() {