From c4f414b7b5c8452cb48aad051e233d4d31d4ac25 Mon Sep 17 00:00:00 2001 From: brahmajit das Date: Wed, 5 Apr 2023 11:56:12 +0530 Subject: [PATCH] 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 Closes: https://github.com/gentoo/gentoo/pull/30487 Signed-off-by: Matthew Smith --- 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 30760d605912c..75c83337a13a6 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=