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 AB9E9158534 for ; Fri, 16 Aug 2024 07:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8104CE2A58; Fri, 16 Aug 2024 07:08:23 +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 687C5E2A58 for ; Fri, 16 Aug 2024 07:08:23 +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 6DC23341C4B for ; Fri, 16 Aug 2024 07:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1D781EF6 for ; Fri, 16 Aug 2024 07:08:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1723792069.f02c49bb55d58a9f5f31c7b29ad2ac7b3f616b12.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vimdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-vimdoc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f02c49bb55d58a9f5f31c7b29ad2ac7b3f616b12 X-VCS-Branch: master Date: Fri, 16 Aug 2024 07:08:20 +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: b460f185-c574-4edb-bdef-480090b8e11e X-Archives-Hash: 06b27a204a2e68f3d7c3f68230b6733f commit: f02c49bb55d58a9f5f31c7b29ad2ac7b3f616b12 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 16 07:07:49 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 16 07:07:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02c49bb dev-libs/tree-sitter-vimdoc: Keyword 3.0.0 ppc64, #937973 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild index fd564c962b80..d0d00f723024 100644 --- a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild +++ b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild @@ -13,4 +13,4 @@ SRC_URI="https://github.com/neovim/tree-sitter-vimdoc/archive/v${PV}.tar.gz -> $ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"