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
commit972b45cb53d59b5c76a367cdcb54db5387ab0519 (patch)
tree626347121efe7353c77cf71266a1f1c90e249f0c /eclass/php5-sapi-r3.eclass
parentFix for QA violations in php5.1 beta packages (diff)
downloadgentoo-2-972b45cb53d59b5c76a367cdcb54db5387ab0519.tar.gz
gentoo-2-972b45cb53d59b5c76a367cdcb54db5387ab0519.tar.bz2
gentoo-2-972b45cb53d59b5c76a367cdcb54db5387ab0519.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 )