From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1609678-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 5CA48158041
	for <garchives@archives.gentoo.org>; Mon, 11 Mar 2024 12:52:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C16952BC015;
	Mon, 11 Mar 2024 12:52:08 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9D6532BC015
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 12:52:08 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 912B3335DEB
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 12:52:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D198B1384
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 12:52:05 +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: <1710161507.0a346922c659bfb21272ec7a4f40bce5d4e1dbb6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tree-sitter-cli/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild
X-VCS-Directories: dev-util/tree-sitter-cli/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0a346922c659bfb21272ec7a4f40bce5d4e1dbb6
X-VCS-Branch: master
Date: Mon, 11 Mar 2024 12:52:05 +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: 28d50bae-46e9-40e4-8de5-f449b06a8ae5
X-Archives-Hash: 3fb7e8fc3f594fffba43270056022752

commit:     0a346922c659bfb21272ec7a4f40bce5d4e1dbb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 12:51:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 12:51:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a346922

dev-util/tree-sitter-cli: Stabilize 0.20.9 arm64, #926765

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

 dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild b/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild
index c6c000ac6c9a..88af06c0b157 100644
--- a/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild
+++ b/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.9.ebuild
@@ -201,7 +201,7 @@ S="${WORKDIR}"/${MY_P}/cli
 
 LICENSE="Apache-2.0 BSD-2 CC0-1.0 ISC MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # Test seems to require files (grammar definitions) that we don't have.
 RESTRICT="test"