From 65eb9c32fb135d8cae0aa002c70f914972b5e7f3 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 6 May 2005 09:19:20 +0000 Subject: Newer versions of PHP 5 require a newer version of cURL. --- eclass/php5-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/php5-sapi.eclass') 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 ) -- cgit v1.2.3-65-gdbad