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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30487
Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
brahmajit das
2023-04-05 11:56:12 +05:30
committed by Matthew Smith
parent 5c9bd60d11
commit c4f414b7b5

View File

@@ -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=