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 C271A139086 for ; Tue, 20 Dec 2016 09:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1F422424E; Tue, 20 Dec 2016 09:45: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 17B3B22424E for ; Tue, 20 Dec 2016 09:45: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 0C766341293 for ; Tue, 20 Dec 2016 09:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95CAB24F7 for ; Tue, 20 Dec 2016 09:44:42 +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: <1482227064.b9291be5c3ff588193ba202a4f1b35339f18e36c.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-r3.ebuild X-VCS-Directories: dev-php/pecl-mailparse/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b9291be5c3ff588193ba202a4f1b35339f18e36c X-VCS-Branch: master Date: Tue, 20 Dec 2016 09:44:42 +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: 5a241b02-efdc-4917-acbf-bb51597a1836 X-Archives-Hash: 359a27d9c70711ea0906c98e18c4ce93 commit: b9291be5c3ff588193ba202a4f1b35339f18e36c Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 20 09:43:28 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 20 09:44:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9291be5 dev-php/pecl-mailparse: ppc stable wrt bug #590762 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild index 54d1edc..582c74e 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild @@ -11,7 +11,7 @@ USE_PHP="php5-5 php5-6" inherit php-ext-pecl-r3 -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86" DESCRIPTION="PHP extension for parsing RFC822 and RFC2045 (MIME) messages" LICENSE="PHP-2.02"