diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-14 15:53:00 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-14 15:53:00 +0000 |
commit | 5187b6d314ed71037a767b92d71f66e8a99a8a15 (patch) | |
tree | 526771a4a8cb9b99752e1acef2e7bf08f5663a21 /dev-php5/pecl-http | |
parent | x86 stable, bug 336869 (diff) | |
download | gentoo-2-5187b6d314ed71037a767b92d71f66e8a99a8a15.tar.gz gentoo-2-5187b6d314ed71037a767b92d71f66e8a99a8a15.tar.bz2 gentoo-2-5187b6d314ed71037a767b92d71f66e8a99a8a15.zip |
x86 stable, bug 336869
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-php5/pecl-http')
-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" |