summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-21 13:54:40 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-21 13:54:40 +0000
commiteb73e7a9f18d7288ebe5e6ede3cc52486285a1b5 (patch)
tree07147448863255eddaa83d23d417bfddfc34c629 /dev-php/pecl-http
parentStable for amd64, wrt bug #404735 (diff)
downloadgentoo-2-eb73e7a9f18d7288ebe5e6ede3cc52486285a1b5.tar.gz
gentoo-2-eb73e7a9f18d7288ebe5e6ede3cc52486285a1b5.tar.bz2
gentoo-2-eb73e7a9f18d7288ebe5e6ede3cc52486285a1b5.zip
1.7.1 now blocks php[threads] as compilation fails. Bug 368595
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-http')
-rw-r--r--dev-php/pecl-http/ChangeLog5
-rw-r--r--dev-php/pecl-http/pecl-http-1.7.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-php/pecl-http/ChangeLog b/dev-php/pecl-http/ChangeLog
index c9a735c53539..cc87269545c7 100644
--- a/dev-php/pecl-http/ChangeLog
+++ b/dev-php/pecl-http/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-http
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.2 2012/01/04 17:04:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.3 2012/02/21 13:54:40 olemarkus Exp $
+
+ 21 Feb 2012; Ole Markus With <olemarkus@gentoo.org> pecl-http-1.7.1.ebuild:
+ 1.7.1 now blocks php[threads] as compilation fails. Bug 368595
04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> pecl-http-1.7.1.ebuild:
Stable for AMD64, wrt bug #397001
diff --git a/dev-php/pecl-http/pecl-http-1.7.1.ebuild b/dev-php/pecl-http/pecl-http-1.7.1.ebuild
index 764c43f9ab2b..31f1e82712b2 100644
--- a/dev-php/pecl-http/pecl-http-1.7.1.ebuild
+++ b/dev-php/pecl-http/pecl-http-1.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.1.ebuild,v 1.2 2012/01/04 17:04:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.1.ebuild,v 1.3 2012/02/21 13:54:40 olemarkus Exp $
EAPI="3"
@@ -24,6 +24,7 @@ DEPEND=">=net-misc/curl-7.19.4
dev-libs/libevent
|| ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 )
>=dev-lang/php-5[hash,session,iconv]
+ php_targets_php5-3? ( dev-lang/php:5.3[-threads] )
"
RDEPEND="${DEPEND}"