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-r2.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-r2.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 b68612ae9cff..5ee44c9cc5e8 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.3 2005/05/05 16:44:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.4 2005/05/06 09:19:20 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -41,7 +41,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 ) |