summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-11 16:11:33 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-11 16:11:33 +0000
commit82aaf700f5c07f920878ebd677d428a98353eae8 (patch)
treed7bbf2000421aa14fb30f6887c754aa7fa4a33bd
parentFixed typo in mysqli DEP (diff)
downloadgentoo-2-82aaf700f5c07f920878ebd677d428a98353eae8.tar.gz
gentoo-2-82aaf700f5c07f920878ebd677d428a98353eae8.tar.bz2
gentoo-2-82aaf700f5c07f920878ebd677d428a98353eae8.zip
Fixed mysqli DEP
-rw-r--r--eclass/php5-sapi-r3.eclass4
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 )