From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1430113-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 955B0158095
	for <garchives@archives.gentoo.org>; Wed, 24 Aug 2022 07:04:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62668E07E1;
	Wed, 24 Aug 2022 07:04:06 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC21E07FE
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 07:04:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 684A0341073
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 07:04:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C0F599
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 07:04:04 +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: <1661324606.1d5c1a2922e27de3a3ee68b5d6e4befc0a72c68c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/libmilter/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild
X-VCS-Directories: mail-filter/libmilter/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1d5c1a2922e27de3a3ee68b5d6e4befc0a72c68c
X-VCS-Branch: master
Date: Wed, 24 Aug 2022 07:04:04 +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: acf45488-4065-446d-afc4-e85ce0f68673
X-Archives-Hash: 3f2f8ec521932adfcac75ebff64a1b47

commit:     1d5c1a2922e27de3a3ee68b5d6e4befc0a72c68c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 07:03:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 07:03:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5c1a29

mail-filter/libmilter: Stabilize 1.0.2_p3-r2 arm, #866247

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

 mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild b/mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild
index d98dbee889fe..1c0a28be2928 100644
--- a/mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2_p3-r2.ebuild
@@ -35,7 +35,7 @@ LICENSE="Sendmail"
 # We used to use $(ver_cut 1-3) here (assuming ABI stability between sendmail
 # versions) but that doesn't seem to apply for sendmail snapshots.
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="ipv6 poll"
 
 RDEPEND="!<mail-mta/sendmail-8.16.1"