summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-11 15:54:35 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-11 15:54:35 +0000
commit7bb6c78282191c352a06e8401e984e2bd526210a (patch)
tree3807113c41823cc47649a401221b13627daa4d82 /eclass/php5-sapi-r3.eclass
parentFix for QA violations in php5.1 beta packages (diff)
downloadhistorical-7bb6c78282191c352a06e8401e984e2bd526210a.tar.gz
historical-7bb6c78282191c352a06e8401e984e2bd526210a.tar.bz2
historical-7bb6c78282191c352a06e8401e984e2bd526210a.zip
Fixed typo in mysqli DEP
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-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 a1441c1098b9..11cf84bf702f 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.5 2005/06/11 15:44:03 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.6 2005/06/11 15:54:35 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-php/mysql-4.1 )
ncurses? ( sys-libs/ncurses )
nls? ( sys-devel/gettext )
odbc? ( >=dev-db/unixODBC-1.8.13 )