diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-03-16 12:32:03 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-03-16 12:32:03 +0000 |
commit | 6215aa5e536ca3ccdfaa4fb82f4585ca6aff2e32 (patch) | |
tree | 433424918f66a0fd9eb6b6d99dd2b6cfc5a6d0cc /dev-php4 | |
parent | Version bump (diff) | |
download | gentoo-2-6215aa5e536ca3ccdfaa4fb82f4585ca6aff2e32.tar.gz gentoo-2-6215aa5e536ca3ccdfaa4fb82f4585ca6aff2e32.tar.bz2 gentoo-2-6215aa5e536ca3ccdfaa4fb82f4585ca6aff2e32.zip |
Stable on x86 wrt bug #213566
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-http/pecl-http-1.5.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php4/pecl-http/ChangeLog b/dev-php4/pecl-http/ChangeLog index 489093883a04..6d0f06ec13f5 100644 --- a/dev-php4/pecl-http/ChangeLog +++ b/dev-php4/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-http -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.7 2007/09/06 15:56:58 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.8 2008/03/16 12:32:03 cla Exp $ + + 16 Mar 2008; Dawid Węgliński <cla@gentoo.org> pecl-http-1.5.4.ebuild: + Stable on x86 (bug #213566) 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.2.ebuild: Cleanup diff --git a/dev-php4/pecl-http/pecl-http-1.5.4.ebuild b/dev-php4/pecl-http/pecl-http-1.5.4.ebuild index 3e4e26e4e62c..75e479ee4213 100644 --- a/dev-php4/pecl-http/pecl-http-1.5.4.ebuild +++ b/dev-php4/pecl-http/pecl-http-1.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/pecl-http-1.5.4.ebuild,v 1.2 2007/08/30 12:39:47 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/pecl-http-1.5.4.ebuild,v 1.3 2008/03/16 12:32:03 cla Exp $ PHP_EXT_NAME="http" PHP_EXT_PECL_PKG="pecl_http" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DESCRIPTION="Extended HTTP Support for PHP." LICENSE="BSD" |