diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-09-17 15:21:18 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-09-17 15:21:18 +0000 |
commit | 7b0de684f59304937f23e615d8b3c991a8b35db1 (patch) | |
tree | 7791f2f28384052b323f1d5f02e87d5ba1bee1dd /dev-php5 | |
parent | Stable on amd64 wrt Bug #147936. (diff) | |
download | gentoo-2-7b0de684f59304937f23e615d8b3c991a8b35db1.tar.gz gentoo-2-7b0de684f59304937f23e615d8b3c991a8b35db1.tar.bz2 gentoo-2-7b0de684f59304937f23e615d8b3c991a8b35db1.zip |
+ ~amd64, closing bug #147529
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog index 84854e9e2d3b..1cdeff6312a0 100644 --- a/dev-php5/pecl-http/ChangeLog +++ b/dev-php5/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-http # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.1 2006/08/26 09:04:26 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.2 2006/09/17 15:21:18 voxus Exp $ + + 17 Sep 2006; Konstantin Arkhipov <voxus@gentoo.org> pecl-http-1.2.1.ebuild: + Keyworded ~amd64 wrt bug #147529./ *pecl-http-1.2.1 (26 Aug 2006) diff --git a/dev-php5/pecl-http/pecl-http-1.2.1.ebuild b/dev-php5/pecl-http/pecl-http-1.2.1.ebuild index f3963b13d5c1..6f67ae6f4208 100644 --- a/dev-php5/pecl-http/pecl-http-1.2.1.ebuild +++ b/dev-php5/pecl-http/pecl-http-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2.1.ebuild,v 1.1 2006/08/26 09:04:26 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.2.1.ebuild,v 1.2 2006/09/17 15:21:18 voxus Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_PKG="pecl_http" @@ -13,7 +13,7 @@ IUSE="" DESCRIPTION="Extended HTTP Support for PHP." SLOT="0" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" DEPEND="${DEPEND} net-misc/curl" |