diff options
-rw-r--r-- | dev-php5/pecl-http/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.6.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog index b4462d853fab..db6f447f6ebf 100644 --- a/dev-php5/pecl-http/ChangeLog +++ b/dev-php5/pecl-http/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2010/09/13 14:02:54 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.14 2010/10/14 15:53:00 fauli Exp $ + + 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-http-1.6.6.ebuild: + x86 stable, bug 336869 13 Sep 2010; Matti Bickel <mabi@gentoo.org> pecl-http-1.6.6.ebuild: fix DEPEND for php-5.3 (bug #332489) 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 3beb1e5f2e93..41cda8ae034d 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.3 2010/09/13 14:02:54 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.6.6.ebuild,v 1.4 2010/10/14 15:53:00 fauli Exp $ PHP_EXT_NAME="http" PHP_EXT_PECL_PKG="pecl_http" @@ -12,7 +12,7 @@ EAPI="2" inherit php-ext-pecl-r1 php-ext-base-r1 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DESCRIPTION="Extended HTTP Support for PHP." LICENSE="BSD-2 MIT" |