diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-06-11 16:11:33 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-06-11 16:11:33 +0000 |
commit | a1e2d0a3a5a8131316d3c3048a67c1b1b104707b (patch) | |
tree | 9e442b671e52bd4126c489e9a949deeecddb2f12 | |
parent | Fixed typo in mysqli DEP (diff) | |
download | historical-a1e2d0a3a5a8131316d3c3048a67c1b1b104707b.tar.gz historical-a1e2d0a3a5a8131316d3c3048a67c1b1b104707b.tar.bz2 historical-a1e2d0a3a5a8131316d3c3048a67c1b1b104707b.zip |
Fixed mysqli DEP
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 11cf84bf702f..b2293072db4e 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.6 2005/06/11 15:54:35 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.7 2005/06/11 16:11:33 stuart Exp $ # # ######################################################################## # @@ -65,7 +65,7 @@ DEPEND="$DEPEND ming? ( media-libs/ming ) mssql? ( dev-db/freetds ) mysql? ( dev-db/mysql ) - mysqli? ( >=dev-php/mysql-4.1 ) + mysqli? ( >=dev-db/mysql-4.1 ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) odbc? ( >=dev-db/unixODBC-1.8.13 ) |