diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-10 15:02:01 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-10 15:02:01 +0000 |
commit | 4041dd83fe9c930908dfb4bc4cdb0e549c466506 (patch) | |
tree | cc58a38afe674234f839e3cd7c7143b84c7053fb /eclass/php5_0-sapi.eclass | |
parent | Stable for HPPA (bug #169372). (diff) | |
download | historical-4041dd83fe9c930908dfb4bc4cdb0e549c466506.tar.gz historical-4041dd83fe9c930908dfb4bc4cdb0e549c466506.tar.bz2 historical-4041dd83fe9c930908dfb4bc4cdb0e549c466506.zip |
TinyCDB valid too.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r-- | eclass/php5_0-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass index 383a6091c642..5840e8a84e87 100644 --- a/eclass/php5_0-sapi.eclass +++ b/eclass/php5_0-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.34 2007/04/24 20:06:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.35 2007/05/10 15:02:01 chtekk Exp $ # ======================================================================== # @@ -48,7 +48,7 @@ DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 ) berkdb? ( =sys-libs/db-4* ) birdstep? ( >=dev-db/unixODBC-1.8.13 ) bzip2? ( app-arch/bzip2 ) - cdb? ( dev-db/cdb ) + cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) cjk? ( !gd? ( !gd-external? ( >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib ) ) ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) |