From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1284250-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 9C7071382C5
	for <garchives@archives.gentoo.org>; Thu, 20 May 2021 16:21:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93B1DE088B;
	Thu, 20 May 2021 16:20:59 +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 7A9EFE088B
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 16:20:59 +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 EC0CF340DBA
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 16:20:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 14723790
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 16:20:56 +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: <1621527633.97b35f5a2763228c84e2396b89d022ff90d07a89.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/exfatprogs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
X-VCS-Directories: sys-fs/exfatprogs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 97b35f5a2763228c84e2396b89d022ff90d07a89
X-VCS-Branch: master
Date: Thu, 20 May 2021 16:20:56 +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: c08f9f4e-dbe9-4bae-9ef3-22637cf2db92
X-Archives-Hash: ebeed831a3959d5c6e0c92b399e22cd7

commit:     97b35f5a2763228c84e2396b89d022ff90d07a89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 16:20:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 20 16:20:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b35f5a

sys-fs/exfatprogs: Stabilize 1.1.1 x86, #791178

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

 sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild b/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
index 4d7de1cd615..63f650e57dd 100644
--- a/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
+++ b/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~ppc64 x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"