From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1282561-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 0104E1382C5
	for <garchives@archives.gentoo.org>; Sun, 16 May 2021 00:07:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3085BE08CD;
	Sun, 16 May 2021 00:07:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 1A540E08CD
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 00:07:51 +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 CFEBB340F06
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 00:07:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B34792
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 00:07:47 +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: <1621123570.5a0b91bd8ba91c76f8d07c52cc960e3f0703a0fa.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/fmt/fmt-0.8.9-r1.ebuild
X-VCS-Directories: dev-ml/fmt/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5a0b91bd8ba91c76f8d07c52cc960e3f0703a0fa
X-VCS-Branch: master
Date: Sun, 16 May 2021 00:07:47 +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: d36f2278-e09f-40f2-912e-b4c2ba7d41dd
X-Archives-Hash: 3308bde308960a3f593706b48c0ee278

commit:     5a0b91bd8ba91c76f8d07c52cc960e3f0703a0fa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 00:06:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 00:06:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0b91bd

dev-ml/fmt: Stabilize 0.8.9-r1 arm, #783582

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

 dev-ml/fmt/fmt-0.8.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fmt/fmt-0.8.9-r1.ebuild b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
index 8af891b5882..93a9207d950 100644
--- a/dev-ml/fmt/fmt-0.8.9-r1.ebuild
+++ b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"