summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-02-05 06:09:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-02-05 06:09:18 +0000
commit2df8167288722300e25e7038115042eef86bf329 (patch)
tree7856a994c40f1a09370a7880f7e02040f70b564c /eclass/php-sapi.eclass
parentUpdate build deps. Fixes #40012 (diff)
downloadhistorical-2df8167288722300e25e7038115042eef86bf329.tar.gz
historical-2df8167288722300e25e7038115042eef86bf329.tar.bz2
historical-2df8167288722300e25e7038115042eef86bf329.zip
fix bug #40439
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 269739810121..2e49108be11d 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.6 2004/02/05 01:48:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.7 2004/02/05 06:09:18 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -41,7 +41,7 @@ IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap infor
# we need db-1.* for ndbm
# and then either of db3 or db4
IUSE="${IUSE} berkdb"
-RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1.*
+RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1*
|| ( >=sys-libs/db-4.0.14-r2
>=sys-libs/db-3.2.9-r9
)