From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1287463-garchives=archives.gentoo.org@lists.gentoo.org>
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 8EFDD1382C5
	for <garchives@archives.gentoo.org>; Sat, 29 May 2021 06:10:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E039EE0891;
	Sat, 29 May 2021 06:10:00 +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 C9A79E0891
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 06:10:00 +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 9A0E633BF0F
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 06:09:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D07997AE
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 06:09:55 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1622268471.95d93b251eb04c43c36d7c9ca9ca89e3b3f9cf1b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild
X-VCS-Directories: dev-perl/Email-Simple/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 95d93b251eb04c43c36d7c9ca9ca89e3b3f9cf1b
X-VCS-Branch: master
Date: Sat, 29 May 2021 06:09:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ee2de8d8-b7f2-4077-a09f-ff2d2d93e2cc
X-Archives-Hash: 57e514d8d4532d6e669df35e100a6056

commit:     95d93b251eb04c43c36d7c9ca9ca89e3b3f9cf1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 06:07:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 06:07:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d93b25

dev-perl/Email-Simple: Stabilize 2.216.0 x86, #792657

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild
index 90116459c2e..f2891490a13 100644
--- a/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild
+++ b/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple parsing of RFC2822 message format and headers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~mips ppc ~ppc64 x86 ~sparc-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"