diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-06-03 08:42:10 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-06-03 08:42:10 +0000 |
commit | 3efb8d4218b05af6744a3eb3347a4ed1ef70844b (patch) | |
tree | 7ec87df8f303ca6f85d27a0031ffe91129b31c72 /eclass | |
parent | hardened security fix - bug #94896 (diff) | |
download | gentoo-2-3efb8d4218b05af6744a3eb3347a4ed1ef70844b.tar.gz gentoo-2-3efb8d4218b05af6744a3eb3347a4ed1ef70844b.tar.bz2 gentoo-2-3efb8d4218b05af6744a3eb3347a4ed1ef70844b.zip |
Removed dep on mysql-4.1 for now (breaks thttpd)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index adb03160e681..00eef691a10f 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.12 2005/06/01 22:12:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.13 2005/06/03 08:42:10 stuart Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -60,7 +60,6 @@ DEPEND="$DEPEND ming? ( media-libs/ming ) mssql? ( dev-db/freetds ) mysql? ( =dev-db/mysql-4.0* ) - mysqli? ( >=dev-db/mysql-4.1.12 ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) odbc? ( >=dev-db/unixODBC-1.8.13 ) |