From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1C261158064 for ; Sun, 5 May 2024 15:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFE91E2B40; Sun, 5 May 2024 15:46:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A116CE2B40 for ; Sun, 5 May 2024 15:46:14 +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 B8C07343155 for ; Sun, 5 May 2024 15:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411BE1A2E for ; Sun, 5 May 2024 15:46:11 +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: <1714923923.4dd5e9bd22b359f8f3096dc96a670ab3e2e3dc36.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-cpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4dd5e9bd22b359f8f3096dc96a670ab3e2e3dc36 X-VCS-Branch: master Date: Sun, 5 May 2024 15:46:11 +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: d313c454-956f-45c3-8500-9630298491ff X-Archives-Hash: 50cb3ac02d9af3e1231808d1db151530 commit: 4dd5e9bd22b359f8f3096dc96a670ab3e2e3dc36 Author: Sam James gentoo org> AuthorDate: Sun May 5 15:45:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 5 15:45:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd5e9bd dev-libs/tree-sitter-cpp: Stabilize 0.21.0 amd64, #931249 Signed-off-by: Sam James gentoo.org> dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild index 6fa20973c00b..18804881eaed 100644 --- a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild +++ b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.21.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64" # requires test data from tree-sitter-c RESTRICT="test"