summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-09-13 14:02:54 +0000
committerMatti Bickel <mabi@gentoo.org>2010-09-13 14:02:54 +0000
commit4d3cffe8145b41d0c6649a83ad4d696aac316558 (patch)
treea9a2906984afe5dc9f2004c4a9b42dd17528d63d /dev-php5/pecl-http
parentMarked ppc stable for bug #325897. (diff)
downloadgentoo-2-4d3cffe8145b41d0c6649a83ad4d696aac316558.tar.gz
gentoo-2-4d3cffe8145b41d0c6649a83ad4d696aac316558.tar.bz2
gentoo-2-4d3cffe8145b41d0c6649a83ad4d696aac316558.zip
fix DEPEND for php-5.3 (bug #332489)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-http')
-rw-r--r--dev-php5/pecl-http/ChangeLog5
-rw-r--r--dev-php5/pecl-http/pecl-http-1.6.6.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog
index fd467771d06c..b4462d853fab 100644
--- a/dev-php5/pecl-http/ChangeLog
+++ b/dev-php5/pecl-http/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-http
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.12 2010/04/05 19:09:27 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.13 2010/09/13 14:02:54 mabi Exp $
+
+ 13 Sep 2010; Matti Bickel <mabi@gentoo.org> pecl-http-1.6.6.ebuild:
+ fix DEPEND for php-5.3 (bug #332489)
*pecl-http-1.6.6 (05 Apr 2010)
diff --git a/dev-php5/pecl-http/pecl-http-1.6.6.ebuild b/dev-php5/pecl-http/pecl-http-1.6.6.ebuild
index 66d4f0e0b645..3beb1e5f2e93 100644
--- a/dev-php5/pecl-http/pecl-http-1.6.6.ebuild
+++ b/dev-php5/pecl-http/pecl-http-1.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.6.6.ebuild,v 1.2 2010/04/05 19:10:29 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.6.6.ebuild,v 1.3 2010/09/13 14:02:54 mabi Exp $
PHP_EXT_NAME="http"
PHP_EXT_PECL_PKG="pecl_http"
@@ -22,7 +22,8 @@ IUSE=""
DEPEND=">=net-misc/curl-7.19.4
sys-libs/zlib
dev-libs/libevent
- >=dev-lang/php-5[hash,spl,session,iconv]
+ || ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 )
+ >=dev-lang/php-5[hash,session,iconv]
"
RDEPEND="${DEPEND}"