diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 09:19:20 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 09:19:20 +0000 |
commit | 65eb9c32fb135d8cae0aa002c70f914972b5e7f3 (patch) | |
tree | 962e134dbfdefb9b36b0d7f0b17ecf6875bcd0e7 /eclass/php5-sapi.eclass | |
parent | Fix bug #88795. (diff) | |
download | gentoo-2-65eb9c32fb135d8cae0aa002c70f914972b5e7f3.tar.gz gentoo-2-65eb9c32fb135d8cae0aa002c70f914972b5e7f3.tar.bz2 gentoo-2-65eb9c32fb135d8cae0aa002c70f914972b5e7f3.zip |
Newer versions of PHP 5 require a newer version of cURL.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index c10f347bcc7e..840741da8cbc 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.44 2005/05/05 16:44:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.45 2005/05/06 09:19:20 sebastian Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -32,7 +32,7 @@ DEPEND="$DEPEND bzlib? ( app-arch/bzip2 ) cpdflib? ( >=media-libs/clibpdf-2 ) crypt? ( >=dev-libs/libmcrypt-2.4 ) - curl? ( >=net-misc/curl-7.10.2 ) + curl? ( >=net-misc/curl-7.10.5 ) fam? ( virtual/fam ) fdftk? ( app-text/fdftk ) firebird? ( dev-db/firebird ) |