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 918BE13832E for ; Mon, 22 Aug 2016 20:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4776021C08F; Mon, 22 Aug 2016 20:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB26F21C08F for ; Mon, 22 Aug 2016 20:41:21 +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 7A8FB3406C2 for ; Mon, 22 Aug 2016 20:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57C54245F for ; Mon, 22 Aug 2016 20:41:12 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1471898456.f6c4af8aa6ec70085a1f709290c4658c70a78af4.grknight@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: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: f6c4af8aa6ec70085a1f709290c4658c70a78af4 X-VCS-Branch: master Date: Mon, 22 Aug 2016 20:41:12 +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: c071ee3a-5c8b-4349-a068-59842de9f22c X-Archives-Hash: 956a5428a9faa37d10bd447ee7027659 commit: f6c4af8aa6ec70085a1f709290c4658c70a78af4 Author: Brian Evans gentoo org> AuthorDate: Mon Aug 22 20:40:56 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Aug 22 20:40:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c4af8a dev-php/pecl-mailparse: Mark 2.1.6-r3 stable for amd64 and x86 Tested personally. 2 tests failed but were related to PHP updates needed to be fixed in the test itself rather than the extension Package-Manager: portage-2.3.0 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 97a2d1c..54d1edc 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"