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 24466158176 for ; Sun, 12 Oct 2025 16:39:49 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0AF39340FDC for ; Sun, 12 Oct 2025 16:39:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DF404110462; Sun, 12 Oct 2025 16:39:45 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D6367110462 for ; Sun, 12 Oct 2025 16:39:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D1EA340E9A for ; Sun, 12 Oct 2025 16:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ADB51B1B for ; Sun, 12 Oct 2025 16:39:44 +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: <1760287055.a9d5139beffbaee4531bdbf72f08830fe8d5a296.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.11.3-r1.ebuild app-editors/neovim/neovim-0.11.3.ebuild app-editors/neovim/neovim-0.11.4-r1.ebuild app-editors/neovim/neovim-0.11.4.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9d5139beffbaee4531bdbf72f08830fe8d5a296 X-VCS-Branch: master Date: Sun, 12 Oct 2025 16:39:44 +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: 92f357c2-b60e-4641-a057-54ac98be66d4 X-Archives-Hash: fbde18db382d7b4ff5b12550a95e7903 commit: a9d5139beffbaee4531bdbf72f08830fe8d5a296 Author: Brahmajit Das listout xyz> AuthorDate: Sun Oct 12 16:05:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 12 16:37:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d5139b app-editors/neovim: Fix tree-sitter dependencies versions Closes: https://bugs.gentoo.org/964003 Signed-off-by: Brahmajit Das listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/44147 Closes: https://github.com/gentoo/gentoo/pull/44147 Signed-off-by: Sam James gentoo.org> .../{neovim-0.11.4.ebuild => neovim-0.11.3-r1.ebuild} | 14 +++++++------- .../{neovim-0.11.3.ebuild => neovim-0.11.4-r1.ebuild} | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app-editors/neovim/neovim-0.11.4.ebuild b/app-editors/neovim/neovim-0.11.3-r1.ebuild similarity index 93% rename from app-editors/neovim/neovim-0.11.4.ebuild rename to app-editors/neovim/neovim-0.11.3-r1.ebuild index 7c834339ebea..0f57fda4c8c5 100644 --- a/app-editors/neovim/neovim-0.11.4.ebuild +++ b/app-editors/neovim/neovim-0.11.3-r1.ebuild @@ -53,13 +53,13 @@ DEPEND="${LUA_DEPS} >=dev-libs/libuv-1.50.0:= >=dev-libs/libvterm-0.3.3 >=dev-libs/msgpack-3.0.0:= - >=dev-libs/tree-sitter-0.25.3:= - =dev-libs/tree-sitter-c-0.23* - =dev-libs/tree-sitter-lua-0.3* - =dev-libs/tree-sitter-markdown-0.4* - =dev-libs/tree-sitter-query-0.5* - =dev-libs/tree-sitter-vim-0.5* - =dev-libs/tree-sitter-vimdoc-3* + >=dev-libs/tree-sitter-0.25.6:= + =dev-libs/tree-sitter-c-0.24.1* + =dev-libs/tree-sitter-lua-0.4* + =dev-libs/tree-sitter-markdown-0.5* + =dev-libs/tree-sitter-query-0.6.2* + =dev-libs/tree-sitter-vim-0.7* + =dev-libs/tree-sitter-vimdoc-4* >=dev-libs/unibilium-2.1.2:0= " RDEPEND=" diff --git a/app-editors/neovim/neovim-0.11.3.ebuild b/app-editors/neovim/neovim-0.11.4-r1.ebuild similarity index 91% rename from app-editors/neovim/neovim-0.11.3.ebuild rename to app-editors/neovim/neovim-0.11.4-r1.ebuild index a45901c20508..0f57fda4c8c5 100644 --- a/app-editors/neovim/neovim-0.11.3.ebuild +++ b/app-editors/neovim/neovim-0.11.4-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" @@ -53,13 +53,13 @@ DEPEND="${LUA_DEPS} >=dev-libs/libuv-1.50.0:= >=dev-libs/libvterm-0.3.3 >=dev-libs/msgpack-3.0.0:= - >=dev-libs/tree-sitter-0.25.3:= - =dev-libs/tree-sitter-c-0.23* - =dev-libs/tree-sitter-lua-0.3* - =dev-libs/tree-sitter-markdown-0.4* - =dev-libs/tree-sitter-query-0.5* - =dev-libs/tree-sitter-vim-0.5* - =dev-libs/tree-sitter-vimdoc-3* + >=dev-libs/tree-sitter-0.25.6:= + =dev-libs/tree-sitter-c-0.24.1* + =dev-libs/tree-sitter-lua-0.4* + =dev-libs/tree-sitter-markdown-0.5* + =dev-libs/tree-sitter-query-0.6.2* + =dev-libs/tree-sitter-vim-0.7* + =dev-libs/tree-sitter-vimdoc-4* >=dev-libs/unibilium-2.1.2:0= " RDEPEND="