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 8FDD4138239 for ; Sun, 14 Oct 2018 08:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1AD3E08C8; Sun, 14 Oct 2018 08:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78051E08C3 for ; Sun, 14 Oct 2018 08:59:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2394E335CD5 for ; Sun, 14 Oct 2018 08:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A9A444 for ; Sun, 14 Oct 2018 08:59:22 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1539507276.fbeb88fa0718643ef42939536f756a5cf4144299.slyfox@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-3.0.2-r1.ebuild X-VCS-Directories: dev-php/pecl-mailparse/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fbeb88fa0718643ef42939536f756a5cf4144299 X-VCS-Branch: master Date: Sun, 14 Oct 2018 08:59:22 +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: 0eb38f61-9529-4cb4-b440-e9553af87cb5 X-Archives-Hash: fbefb95426f1c2820a298bee55fbd684 commit: fbeb88fa0718643ef42939536f756a5cf4144299 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 14 08:54:36 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 14 08:54:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbeb88fa dev-php/pecl-mailparse: stable 3.0.2-r1 for ppc, bug #667084 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" dev-php/pecl-mailparse/pecl-mailparse-3.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2-r1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2-r1.ebuild index d9d400423ad..8cb77e1a6ae 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2-r1.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2-r1.ebuild @@ -16,7 +16,7 @@ inherit php-ext-pecl-r3 # Only build for 7.x USE_PHP="php7-0 php7-1 php7-2" -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"