commit:     c4f414b7b5c8452cb48aad051e233d4d31d4ac25
Author:     brahmajit das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Wed Apr  5 06:26:12 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 07:08:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f414b7

app-editors/neovim: Fix dependency on tree-sitter 0.20.8

With upstream commit 090ade4af6344a7bc4ee56a8052c0739c0428c04, function
ts_tree_included_ranges is being used, which is only available from
tree-sitter v0.20.8.

Signed-off-by: brahmajit das <brahmajit.xyz <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30487
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-editors/neovim/neovim-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index 30760d605912..75c83337a13a 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -52,7 +52,7 @@ DEPEND="${LUA_DEPS}
        >=dev-libs/libuv-1.44.2:=
        >=dev-libs/libvterm-0.3
        >=dev-libs/msgpack-3.0.0:=
-       >=dev-libs/tree-sitter-0.20.2:=
+       >=dev-libs/tree-sitter-0.20.8:=
        tui? (
                >=dev-libs/libtermkey-0.22
                >=dev-libs/unibilium-2.0.0:0=

Reply via email to