summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
commitbdf31f026ab1a7341012b0902f9498c7328320e5 (patch)
tree695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-libs/db
parent*** empty log message *** (diff)
downloadgentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.gz
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.bz2
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.zip
*** empty log message ***
Diffstat (limited to 'sys-libs/db')
-rw-r--r--sys-libs/db/db-1.85.ebuild4
-rw-r--r--sys-libs/db/db-3.2.3h.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-1.85.ebuild b/sys-libs/db/db-1.85.ebuild
index 3bb787b758f1..36c870ca1acd 100644
--- a/sys-libs/db/db-1.85.ebuild
+++ b/sys-libs/db/db-1.85.ebuild
@@ -1,14 +1,14 @@
# 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-libs/db/db-1.85.ebuild,v 1.5 2000/12/24 14:00:14 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $
A=db.1.85.tar.gz
S=${WORKDIR}/db.1.85
DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it."
SRC_URI="http://www.sleepycat.com/update/1.85/db.1.85.tar.gz"
HOMEPAGE="http://www.sleepycat.com"
-DEPEND=">=sys-libs/glibc-2.2 !sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
RDEPEND=$DEPEND
src_unpack() {
unpack ${A}
diff --git a/sys-libs/db/db-3.2.3h.ebuild b/sys-libs/db/db-3.2.3h.ebuild
index 7c43213c3746..c8c5642312e6 100644
--- a/sys-libs/db/db-3.2.3h.ebuild
+++ b/sys-libs/db/db-3.2.3h.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}/build_unix
@@ -9,7 +9,7 @@ DESCRIPTION="Berkeley DB for transaction support in MySQL"
SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${A}
http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${A}"
HOMEPAGE="http://www.mysql.com"
-RDEPEND=">=sys-libs/glibc-2.2 !sys-libs/glibc-2.1.3"
+RDEPEND="virtual/glibc"
DEPEND="$RDEPEND
=sys-libs/db-1.85"
src_compile() {