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 2A81B139694 for ; Wed, 22 Feb 2017 15:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C2DE0E4B; Wed, 22 Feb 2017 15:06:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 972DDE0E4B for ; Wed, 22 Feb 2017 15:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B92A93413C3 for ; Wed, 22 Feb 2017 15:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA02D50D0 for ; Wed, 22 Feb 2017 15:06:14 +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: <1487775836.33221a3f6774fc6d923208bce815991a26a1f6d0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu_bc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild X-VCS-Directories: dev-php/pecl-apcu_bc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 33221a3f6774fc6d923208bce815991a26a1f6d0 X-VCS-Branch: master Date: Wed, 22 Feb 2017 15:06:14 +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: b5fc6f30-529c-4730-90b0-f8e694d98fe1 X-Archives-Hash: 8affe8515c1242b65a83a6172335eeca commit: 33221a3f6774fc6d923208bce815991a26a1f6d0 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Feb 22 15:03:56 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Feb 22 15:03:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33221a3f dev-php/pecl-apcu_bc: amd64 stable wrt bug #610402 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild index b3be8cd7d5..f63477d07c 100644 --- a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild +++ b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ USE_PHP="php7-0 php7-1" inherit php-ext-pecl-r3 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DESCRIPTION="Provides APC backwards compatibility functions via APCu" LICENSE="PHP-3.01"