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 2ED55139694 for ; Thu, 23 Feb 2017 16:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9383D21C1E8; Thu, 23 Feb 2017 16:31:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5BD2621C1E8 for ; Thu, 23 Feb 2017 16:30:47 +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 99A3534162D for ; Thu, 23 Feb 2017 16:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C895203 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: <1487867388.934963e7be160201eadc29f4a213fa6ac93d75d3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild X-VCS-Directories: dev-php/pecl-apcu/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 934963e7be160201eadc29f4a213fa6ac93d75d3 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: 63c740a3-5ba8-44fd-ba83-b8248dcfb842 X-Archives-Hash: 4112a23c8e18695fd0c3e038b187a565 commit: 934963e7be160201eadc29f4a213fa6ac93d75d3 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Feb 23 16:29:48 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Feb 23 16:29:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934963e7 dev-php/pecl-apcu: x86 stable wrt bug #610402 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | 2 +- dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild index 2ad15d54b4..48f448b25d 100644 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild index 9066691e93..c3a705fb9a 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild @@ -18,7 +18,7 @@ inherit php-ext-pecl-r3 # However, we only really build for 7.x; so redefine it here USE_PHP="php7-0 php7-1" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01"