diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-04 21:09:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-04 21:09:02 +0000 |
commit | ee076f465d5e24ebfd7c6e30883bf5a792e8a65b (patch) | |
tree | ad15efcf3a1e46a7e324469957ea22c0a773d189 /eclass | |
parent | Add new cleaned up ebuild by Graham Hudspith <gwh@allinea.com> (adds Qt, Gtk (diff) | |
download | gentoo-2-ee076f465d5e24ebfd7c6e30883bf5a792e8a65b.tar.gz gentoo-2-ee076f465d5e24ebfd7c6e30883bf5a792e8a65b.tar.bz2 gentoo-2-ee076f465d5e24ebfd7c6e30883bf5a792e8a65b.zip |
Bug #95632: DEPEND should not limit version of mysql to 4.0.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index ee9a807a8913..c1a945562107 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.34 2005/07/23 05:25:50 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.35 2005/08/04 21:09:02 robbat2 Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -64,7 +64,7 @@ DEPEND="$DEPEND mime? ( sys-apps/file ) ming? ( media-libs/ming ) mssql? ( dev-db/freetds ) - mysql? ( =dev-db/mysql-4.0* ) + mysql? ( dev-db/mysql ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) odbc? ( >=dev-db/unixODBC-1.8.13 ) |