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 0275D139694 for ; Mon, 27 Feb 2017 08:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDFDDE0D07; Mon, 27 Feb 2017 08:24:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A2E8AE0CF9 for ; Mon, 27 Feb 2017 08:24:28 +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 C506C340FDA for ; Mon, 27 Feb 2017 08:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42AA5639 for ; Mon, 27 Feb 2017 08:24:24 +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: <1488183856.df8a7b70737a39f0c9e5141f46c61b99bd416ca2.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild X-VCS-Directories: dev-php/pecl-mailparse/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: df8a7b70737a39f0c9e5141f46c61b99bd416ca2 X-VCS-Branch: master Date: Mon, 27 Feb 2017 08:24:24 +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: 9e42a524-bf9a-4baf-9698-f2db1eef978d X-Archives-Hash: 79428ea956b05bb0d2262536c646a696 commit: df8a7b70737a39f0c9e5141f46c61b99bd416ca2 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Feb 27 08:24:16 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Feb 27 08:24:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8a7b70 dev-php/pecl-mailparse: amd64 stable wrt bug #610940 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild | 4 ++-- dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild index ae4d7de880..e57c7da875 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.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$ @@ -13,7 +13,7 @@ USE_PHP="php5-6 php7-0 php7-1" inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" DESCRIPTION="PHP extension for parsing RFC822 and RFC2045 (MIME) messages" LICENSE="PHP-2.02" diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild index 306af4b51c..5b0067eee7 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.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$ @@ -17,7 +17,7 @@ inherit php-ext-pecl-r3 # Only build for 7.x USE_PHP="php7-0 php7-1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME compliant messages" LICENSE="PHP-3.01"