diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:25:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:25:13 +0000 |
commit | a4ba053cd15cf67d16372e644d04cf9e70b5d44d (patch) | |
tree | 931bbb3f781b6071fc71f31b71337018d79f84f9 /dev-php | |
parent | new revision featuring migrated expat (diff) | |
download | gentoo-2-a4ba053cd15cf67d16372e644d04cf9e70b5d44d.tar.gz gentoo-2-a4ba053cd15cf67d16372e644d04cf9e70b5d44d.tar.bz2 gentoo-2-a4ba053cd15cf67d16372e644d04cf9e70b5d44d.zip |
Stable for x86, wrt bug #470442
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-http/ChangeLog b/dev-php/pecl-http/ChangeLog index 300bc5eb357d..b028dc5943ad 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.13 2013/07/28 10:42:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.14 2013/08/07 13:25:13 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pecl-http-1.7.5.ebuild: + Stable for x86, wrt bug #470442 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pecl-http-1.7.5.ebuild: Stable for amd64, wrt bug #470442 diff --git a/dev-php/pecl-http/pecl-http-1.7.5.ebuild b/dev-php/pecl-http/pecl-http-1.7.5.ebuild index b72e50978815..6b21cdaa57db 100644 --- a/dev-php/pecl-http/pecl-http-1.7.5.ebuild +++ b/dev-php/pecl-http/pecl-http-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.5.ebuild,v 1.2 2013/07/28 10:42:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.5.ebuild,v 1.3 2013/08/07 13:25:13 ago Exp $ EAPI="5" @@ -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" |