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 | 2bd3af9ce9e133dced0e93570ebed32d64c2e46e (patch) | |
tree | 7d5435264fbebbcf3cd1f8567fc297a0ef660b39 | |
parent | Fix bug #88795. (diff) | |
download | historical-2bd3af9ce9e133dced0e93570ebed32d64c2e46e.tar.gz historical-2bd3af9ce9e133dced0e93570ebed32d64c2e46e.tar.bz2 historical-2bd3af9ce9e133dced0e93570ebed32d64c2e46e.zip |
Newer versions of PHP 5 require a newer version of cURL.
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index dc2b3ab7cd19..66ff8bb3e6a6 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.4 2005/05/05 16:44:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.5 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 ) 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 ) 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 ) |