diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 14:02:50 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 14:02:50 +0000 |
commit | 8830c7942e845194710d395764b3af69f84da82b (patch) | |
tree | a57c116cb1e7f39e12ce26c3c3a71c663d4e9aa4 /eclass/php5-sapi-r1.eclass | |
parent | Marking torque-2.1.6 ppc64 for bug 152104 (diff) | |
download | historical-8830c7942e845194710d395764b3af69f84da82b.tar.gz historical-8830c7942e845194710d395764b3af69f84da82b.tar.bz2 historical-8830c7942e845194710d395764b3af69f84da82b.zip |
virtual/mysql
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 65559db1e32b..290d7081a3c2 100644 --- a/eclass/php5-sapi-r1.eclass +++ b/eclass/php5-sapi-r1.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-r1.eclass,v 1.22 2006/01/26 06:06:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.23 2006/11/23 14:02:50 vivo Exp $ # # eclass/php5-sapi-r1.eclass # Eclass for building different php5 SAPI instances @@ -47,7 +47,7 @@ DEPEND="$DEPEND mime? ( sys-apps/file ) ming? ( media-libs/ming ) mssql? ( dev-db/freetds ) - mysql? ( >=dev-db/mysql-3.23.26 ) + mysql? ( virtual/mysql ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) odbc? ( >=dev-db/unixODBC-1.8.13 ) |