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 0FAB2158090 for ; Mon, 16 May 2022 13:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB5DCE0971; Mon, 16 May 2022 13:46:30 +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 BDAA5E0971 for ; Mon, 16 May 2022 13:46:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF1DB341787 for ; Mon, 16 May 2022 13:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A55464 for ; Mon, 16 May 2022 13:46:27 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652708769.9b1f16f38310b9a401079066d9d432d737d0142a.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-bash/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9b1f16f38310b9a401079066d9d432d737d0142a X-VCS-Branch: master Date: Mon, 16 May 2022 13:46:27 +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: 18a205c1-c943-4642-8256-009ca8b55d68 X-Archives-Hash: 8c3f71323d24f8473c6a08e3bb436cb6 commit: 9b1f16f38310b9a401079066d9d432d737d0142a Author: WANG Xuerui gentoo org> AuthorDate: Mon May 16 13:43:30 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon May 16 13:46:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1f16f3 dev-libs/tree-sitter-bash: keyword 0.19.0 for ~loong Bug: https://bugs.gentoo.org/844223 Signed-off-by: WANG Xuerui gentoo.org> dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild index 45d147d013bf..6786d80b78fe 100644 --- a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild +++ b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild @@ -10,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-bash" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86"