summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-21 13:56:50 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-21 13:56:50 +0000
commiteddd0f6a6460a06137b0350e53b295f77eab8ea3 (patch)
treefbf3e57983ec11cbec56e6c44331f071cd95ba27 /dev-php/pecl-http
parent1.7.1 now blocks php[threads] as compilation fails. Bug 368595 (diff)
downloadhistorical-eddd0f6a6460a06137b0350e53b295f77eab8ea3.tar.gz
historical-eddd0f6a6460a06137b0350e53b295f77eab8ea3.tar.bz2
historical-eddd0f6a6460a06137b0350e53b295f77eab8ea3.zip
1.7.1 now blocks php[threads] as compilation fails. Bug 368595
Package-Manager: portage-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 cc87269545c7..54cfbf463a3c 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.3 2012/02/21 13:54:40 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.4 2012/02/21 13:56:50 olemarkus Exp $
+
+ 21 Feb 2012; Ole Markus With <olemarkus@gentoo.org> Manifest:
+ 1.7.1 now blocks php[threads] as compilation fails. Bug 368595
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
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}"