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 B030B138334 for ; Thu, 4 Oct 2018 09:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE854E0901; Thu, 4 Oct 2018 09:12:49 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 973D7E0901 for ; Thu, 4 Oct 2018 09:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE713335C5D for ; Thu, 4 Oct 2018 09:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56EF32C6 for ; Thu, 4 Oct 2018 09:12:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538644361.1cc8779ea5703ea59c1e97f36bb2d5fd94aa697a.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1cc8779ea5703ea59c1e97f36bb2d5fd94aa697a X-VCS-Branch: master Date: Thu, 4 Oct 2018 09:12:46 +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: 22bf2e2e-99e5-4d91-95d1-02556b0c4763 X-Archives-Hash: 789012b90f247c2abe12ca52d7ebb5e1 commit: 1cc8779ea5703ea59c1e97f36bb2d5fd94aa697a Author: Mikle Kolyada gentoo org> AuthorDate: Thu Oct 4 09:12:29 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Oct 4 09:12:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc8779e dev-php/pecl-mailparse: amd64 stable wrt bug #667084 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 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 ee23d5d211b..d9d400423ad 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"