diff options
author | 2004-02-05 06:09:18 +0000 | |
---|---|---|
committer | 2004-02-05 06:09:18 +0000 | |
commit | 9f1581f7a34d9b8ab81931951a719242495cddc2 (patch) | |
tree | 4fd586a3c557e0cb531cdaceae8de0d1b6d81c5b /eclass/php-sapi.eclass | |
parent | Update build deps. Fixes #40012 (Manifest recommit) (diff) | |
download | gentoo-2-9f1581f7a34d9b8ab81931951a719242495cddc2.tar.gz gentoo-2-9f1581f7a34d9b8ab81931951a719242495cddc2.tar.bz2 gentoo-2-9f1581f7a34d9b8ab81931951a719242495cddc2.zip |
fix bug #40439
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
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 ) |