From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1272650-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 B4BA21382C5
	for <garchives@archives.gentoo.org>; Sun, 18 Apr 2021 21:27:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6C57FE086C;
	Sun, 18 Apr 2021 21:27:04 +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 43C4DE0867
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Apr 2021 21:27:04 +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 04BEB340D8A
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Apr 2021 21:27:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8743E729
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Apr 2021 21:27:00 +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: <1618781195.eea70afd0940c36648f82f125bd47159def76b86.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-terms/alacritty/alacritty-0.7.2.ebuild
X-VCS-Directories: x11-terms/alacritty/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: eea70afd0940c36648f82f125bd47159def76b86
X-VCS-Branch: master
Date: Sun, 18 Apr 2021 21:27:00 +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: 97add010-59eb-4ff3-9d8f-71eed73f8a2b
X-Archives-Hash: d197e3668eeba83cec7d90eb47e3b2ac

commit:     eea70afd0940c36648f82f125bd47159def76b86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:23:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 21:26:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea70afd

x11-terms/alacritty: Stabilize 0.7.2 x86, #783399

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

 x11-terms/alacritty/alacritty-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/alacritty-0.7.2.ebuild b/x11-terms/alacritty/alacritty-0.7.2.ebuild
index 70e1e7a3c6a..b916d51eec3 100644
--- a/x11-terms/alacritty/alacritty-0.7.2.ebuild
+++ b/x11-terms/alacritty/alacritty-0.7.2.ebuild
@@ -220,7 +220,7 @@ if [ ${PV} == "9999" ] ; then
 else
 	SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
 	$(cargo_crate_uris ${CRATES})"
-	KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+	KEYWORDS="amd64 ~arm64 ppc64 x86"
 fi
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB"