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 49C76139694 for ; Wed, 22 Feb 2017 15:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04797E0E3B; Wed, 22 Feb 2017 15:06:24 +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 C548EE0E3B for ; Wed, 22 Feb 2017 15:06:18 +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 F2B5B3415B7 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 1141850D4 for ; Wed, 22 Feb 2017 15:06:15 +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: <1487775866.c2c0b49aa42fbdb5428eadc64cd245c4791e9e2d.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: c2c0b49aa42fbdb5428eadc64cd245c4791e9e2d X-VCS-Branch: master Date: Wed, 22 Feb 2017 15:06:15 +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: 61bc6caa-9e60-448e-b66f-d3d96af30227 X-Archives-Hash: ee78160d21c19d41de3abbcfe4cea855 commit: c2c0b49aa42fbdb5428eadc64cd245c4791e9e2d Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Feb 22 15:04:26 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Feb 22 15:04:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c0b49a dev-php/pecl-raphf: amd64 stable wrt bug #610408 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-raphf/pecl-raphf-1.1.2-r1.ebuild | 4 ++-- dev-php/pecl-raphf/pecl-raphf-2.0.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 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 9875d132d8..a907777307 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 @@ -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$ @@ -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 c70af5650b..4408e96e5f 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 @@ -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$ @@ -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"