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 ECC27139697 for ; Thu, 23 Feb 2017 16:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C7121C1C9; Thu, 23 Feb 2017 16:30:46 +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 508B021C1C9 for ; Thu, 23 Feb 2017 16:30:46 +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 08E2F340889 for ; Thu, 23 Feb 2017 16:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310155200 for ; Thu, 23 Feb 2017 16:30:43 +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: <1487867367.dfaf44e96e12fc4738c1c21a049fc77c70c64a66.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild X-VCS-Directories: dev-php/pecl-raphf/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: dfaf44e96e12fc4738c1c21a049fc77c70c64a66 X-VCS-Branch: master Date: Thu, 23 Feb 2017 16:30:43 +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: d6832847-f711-4d08-b354-95edd2cb5e8a X-Archives-Hash: 8d186a9579f1cd9c0fda19a1662c7b20 commit: dfaf44e96e12fc4738c1c21a049fc77c70c64a66 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Feb 23 16:29:27 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Feb 23 16:29:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaf44e9 dev-php/pecl-raphf: x86 stable wrt bug #610408 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild | 2 +- dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild b/dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild index a907777307..a68f5067f2 100644 --- a/dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild +++ b/dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="A reusable, persistent handle and resource factory API" LICENSE="BSD-2" diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild index 4408e96e5f..3d7e616057 100644 --- a/dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild @@ -16,7 +16,7 @@ inherit php-ext-pecl-r3 # Only really build for 7.x USE_PHP="php7-0 php7-1" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="A reusable, persistent handle and resource factory API" LICENSE="BSD-2"