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 5CF981382C5 for ; Thu, 27 May 2021 19:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A871E08EF; Thu, 27 May 2021 19:14:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 62D6FE08F2 for ; Thu, 27 May 2021 19:14:54 +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 9293F340D58 for ; Thu, 27 May 2021 19:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C18F798 for ; Thu, 27 May 2021 19:14:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622142808.e88d8f4231f6f02dbd925b26e2806f31f1c12c78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Address-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild X-VCS-Directories: dev-perl/Email-Address-XS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e88d8f4231f6f02dbd925b26e2806f31f1c12c78 X-VCS-Branch: master Date: Thu, 27 May 2021 19:14:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94063edc-55d6-4233-bec7-0d04b213216a X-Archives-Hash: 468249f4c16fcbd796c60d5d2cda9136 commit: e88d8f4231f6f02dbd925b26e2806f31f1c12c78 Author: Sam James gentoo org> AuthorDate: Thu May 27 19:13:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 27 19:13:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88d8f42 dev-perl/Email-Address-XS: Stabilize 1.40.0 x86, #792495 Signed-off-by: Sam James gentoo.org> dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild b/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild index d3990181366..95b108dfb85 100644 --- a/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild +++ b/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse and format RFC 2822 email addresses and groups" LICENSE="|| ( Artistic GPL-1+ ) MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )"