From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6F5B815807A for ; Sun, 08 Jun 2025 23:20:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 558BD34308F for ; Sun, 08 Jun 2025 23:20:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4C50111049F; Sun, 08 Jun 2025 23:19:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 44BEA110497 for ; Sun, 08 Jun 2025 23:19:56 +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 F031E3430A5 for ; Sun, 08 Jun 2025 23:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA772987 for ; Sun, 08 Jun 2025 23:19:53 +0000 (UTC) From: "Sam James" 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" Message-ID: <1749424684.a0788ff3faa04fccafaf7df56ba0d2396e6c4b8d.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.25.3.ebuild X-VCS-Directories: dev-util/tree-sitter-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a0788ff3faa04fccafaf7df56ba0d2396e6c4b8d X-VCS-Branch: master Date: Sun, 08 Jun 2025 23:19:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87685478-b87e-4f35-8899-b5644f158923 X-Archives-Hash: 5cc92c585c8f14b793044149375a0860 commit: a0788ff3faa04fccafaf7df56ba0d2396e6c4b8d Author: Sam James gentoo org> AuthorDate: Sun Jun 8 23:18:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 23:18:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0788ff3 dev-util/tree-sitter-cli: Stabilize 0.25.3 sparc, #955359 Signed-off-by: Sam James gentoo.org> dev-util/tree-sitter-cli/tree-sitter-cli-0.25.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/tree-sitter-cli/tree-sitter-cli-0.25.3.ebuild b/dev-util/tree-sitter-cli/tree-sitter-cli-0.25.3.ebuild index 8bcc16c78041..74c6641f78a6 100644 --- a/dev-util/tree-sitter-cli/tree-sitter-cli-0.25.3.ebuild +++ b/dev-util/tree-sitter-cli/tree-sitter-cli-0.25.3.ebuild @@ -23,7 +23,7 @@ LICENSE+=" MIT MPL-2.0 Unicode-3.0 ZLIB " SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" # Test seems to require files (grammar definitions) that we don't have. RESTRICT="test"