diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-05-24 12:44:48 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-05-24 12:44:48 +0000 |
commit | a11f5320c309cc825e74db7c7fe78d66bfa87fb6 (patch) | |
tree | 9d1bcd043dfe8f40006f47ec7d7525e5467f9014 /eclass/php.eclass | |
parent | Version bumped & Marked stable & Cleanup. (diff) | |
download | gentoo-2-a11f5320c309cc825e74db7c7fe78d66bfa87fb6.tar.gz gentoo-2-a11f5320c309cc825e74db7c7fe78d66bfa87fb6.tar.bz2 gentoo-2-a11f5320c309cc825e74db7c7fe78d66bfa87fb6.zip |
php depends on db3 specificly, so don't have it depend on >=db-3
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index d7650d0c881d..94ea6cadf567 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.21 2003/05/23 16:38:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.22 2003/05/24 12:44:48 pauldv Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -39,7 +39,7 @@ DEPEND="${DEPEND} sys-apps/bzip2 sys-libs/db X? ( virtual/x11 ) - berkdb? ( >=sys-libs/db-3 ) + berkdb? ( =sys-libs/db-3* ) crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 ) curl? ( >=net-ftp/curl-7.10.2 ) firebird? ( >=dev-db/firebird-1.0 ) |