commit: e475bb789a8671c2ac32012a61c3daed7bdaa649 Author: Brahmajit Das <listout <AT> listout <DOT> xyz> AuthorDate: Sun Mar 1 05:17:31 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 1 15:44:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e475bb78
app-editors/neovim: set tree-sitter version to 0.25.6 for 0.11.6 With the previous changes neovim was pulling in latest dev-libs/tree-sitter from ::gentoo which is incompatible with neovim 0.11.6 Please refer: - https://github.com/neovim/neovim/blob/e8b87a554f2b500dd39463cabdcffc10261f1cef/cmake.deps/deps.txt#L49 - https://github.com/neovim/neovim/issues/36914 Closes: https://bugs.gentoo.org/970756 Signed-off-by: Brahmajit Das <listout <AT> listout.xyz> Part-of: https://codeberg.org/gentoo/gentoo/pulls/180 Merges: https://codeberg.org/gentoo/gentoo/pulls/180 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/neovim/{neovim-0.11.6.ebuild => neovim-0.11.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-0.11.6.ebuild b/app-editors/neovim/neovim-0.11.6-r1.ebuild similarity index 99% rename from app-editors/neovim/neovim-0.11.6.ebuild rename to app-editors/neovim/neovim-0.11.6-r1.ebuild index a7dad7c20e3c..b265d651e4d4 100644 --- a/app-editors/neovim/neovim-0.11.6.ebuild +++ b/app-editors/neovim/neovim-0.11.6-r1.ebuild @@ -53,7 +53,7 @@ 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.6:= + ~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*
