diff options
author | Markus Meier <maekke@gentoo.org> | 2012-10-21 09:03:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-10-21 09:03:42 +0000 |
commit | 71b53727f075d4f1a2d092560dd5747f7d682ff2 (patch) | |
tree | fb49c46f681b1c4a33c7dd576b8a823b40295e93 /dev-php | |
parent | x86 stable, bug #427024 (diff) | |
download | gentoo-2-71b53727f075d4f1a2d092560dd5747f7d682ff2.tar.gz gentoo-2-71b53727f075d4f1a2d092560dd5747f7d682ff2.tar.bz2 gentoo-2-71b53727f075d4f1a2d092560dd5747f7d682ff2.zip |
x86 stable, bug #427024
(Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/pecl-http/pecl-http-1.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-http/ChangeLog b/dev-php/pecl-http/ChangeLog index c7bcd6f27cad..308a5d01a402 100644 --- a/dev-php/pecl-http/ChangeLog +++ b/dev-php/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-http # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.9 2012/08/22 11:26:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.10 2012/10/21 09:03:42 maekke Exp $ + + 21 Oct 2012; Markus Meier <maekke@gentoo.org> pecl-http-1.7.4.ebuild: + x86 stable, bug #427024 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pecl-http-1.7.4.ebuild: Stable for amd64, wrt bug #427024 diff --git a/dev-php/pecl-http/pecl-http-1.7.4.ebuild b/dev-php/pecl-http/pecl-http-1.7.4.ebuild index 0ac16ed80345..7e9a45e899a0 100644 --- a/dev-php/pecl-http/pecl-http-1.7.4.ebuild +++ b/dev-php/pecl-http/pecl-http-1.7.4.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.4.ebuild,v 1.2 2012/08/22 11:26:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.4.ebuild,v 1.3 2012/10/21 09:03:42 maekke Exp $ EAPI="4" @@ -14,7 +14,7 @@ USE_PHP="php5-3 php5-4" inherit php-ext-pecl-r2 php-ext-source-r2 -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP." LICENSE="BSD-2 MIT" |