diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:04:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:04:26 +0000 |
commit | 7c0e741db727535f21da444eff54d49d23c619af (patch) | |
tree | 1b6994635c72a86e8381423ce74335251f98bf33 /dev-php | |
parent | Marking smartmontools-5.42 ppc for bug 391825 (diff) | |
download | gentoo-2-7c0e741db727535f21da444eff54d49d23c619af.tar.gz gentoo-2-7c0e741db727535f21da444eff54d49d23c619af.tar.bz2 gentoo-2-7c0e741db727535f21da444eff54d49d23c619af.zip |
Stable for AMD64, wrt bug #397001
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-http/pecl-http-1.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/pecl-http/ChangeLog b/dev-php/pecl-http/ChangeLog index 9008c14fd1d5..c9a735c53539 100644 --- a/dev-php/pecl-http/ChangeLog +++ b/dev-php/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-http -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.1 2011/12/14 22:38:36 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.2 2012/01/04 17:04:26 ago Exp $ + + 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> pecl-http-1.7.1.ebuild: + Stable for AMD64, wrt bug #397001 *pecl-http-1.7.1 (05 May 2011) diff --git a/dev-php/pecl-http/pecl-http-1.7.1.ebuild b/dev-php/pecl-http/pecl-http-1.7.1.ebuild index b955fb422025..764c43f9ab2b 100644 --- a/dev-php/pecl-http/pecl-http-1.7.1.ebuild +++ b/dev-php/pecl-http/pecl-http-1.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1.ebuild,v 1.1 2011/12/14 22:38:36 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.1.ebuild,v 1.2 2012/01/04 17:04:26 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" 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" |