From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50EC71395E2 for ; Sat, 19 Nov 2016 13:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 588EEE08C6; Sat, 19 Nov 2016 13:55:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40354E08C6 for ; Sat, 19 Nov 2016 13:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FDCB3413AA for ; Sat, 19 Nov 2016 13:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 948994A3 for ; Sat, 19 Nov 2016 13:55:44 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1479563717.b28e532ad80242b3a0941e4db6273563f64a616e.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-http/pecl-http-2.5.6.ebuild X-VCS-Directories: dev-php/pecl-http/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b28e532ad80242b3a0941e4db6273563f64a616e X-VCS-Branch: master Date: Sat, 19 Nov 2016 13:55:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5c638d98-ec1a-4a56-850f-d034ade933c5 X-Archives-Hash: 38d7a6ae3cc28138836f0c92b68ac039 commit: b28e532ad80242b3a0941e4db6273563f64a616e Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Nov 19 13:55:17 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Nov 19 13:55:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28e532a dev-php/pecl-http: x86 stable wrt bug #587466 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-http/pecl-http-2.5.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-http/pecl-http-2.5.6.ebuild b/dev-php/pecl-http/pecl-http-2.5.6.ebuild index f42ddb7..8acbc17 100644 --- a/dev-php/pecl-http/pecl-http-2.5.6.ebuild +++ b/dev-php/pecl-http/pecl-http-2.5.6.ebuild @@ -13,7 +13,7 @@ USE_PHP="php5-6" inherit php-ext-pecl-r3 -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP" LICENSE="BSD-2 MIT"