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 5489D139694 for ; Thu, 2 Mar 2017 10:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C5BD21C08C; Thu, 2 Mar 2017 10:48:02 +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 39F2121C08C for ; Thu, 2 Mar 2017 10:48:02 +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 0044C34170E for ; Thu, 2 Mar 2017 10:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16B759B0 for ; Thu, 2 Mar 2017 10:47:48 +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: <1488451652.c02b6a450a9ba4b1c91695a700f979434df8aff9.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: c02b6a450a9ba4b1c91695a700f979434df8aff9 X-VCS-Branch: master Date: Thu, 2 Mar 2017 10:47:48 +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: ee570c9b-347d-4db1-a66e-2af8e789973f X-Archives-Hash: 98df0f72720b2da060afa6bf61d65865 commit: c02b6a450a9ba4b1c91695a700f979434df8aff9 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Mar 2 10:47:32 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Mar 2 10:47:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02b6a45 dev-php/pecl-mailparse: x86 stable wrt bug #610940 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild | 2 +- dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 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 6225c6fca4e..44e3c8590a5 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 @@ -12,7 +12,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 c0e4d03ed93..5994e8aeea3 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild @@ -16,7 +16,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"