diff options
author | brahmajit das <brahmajit.xyz@gmail.com> | 2023-04-05 11:56:12 +0530 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-04-05 08:08:21 +0100 |
commit | c4f414b7b5c8452cb48aad051e233d4d31d4ac25 (patch) | |
tree | e6dbbefd52aa9c2b3ef7d72a7375a8ae33b9e27e /app-editors/neovim | |
parent | dev-libs/tree-sitter: Version bump to 0.20.8 (diff) | |
download | gentoo-c4f414b7b5c8452cb48aad051e233d4d31d4ac25.tar.gz gentoo-c4f414b7b5c8452cb48aad051e233d4d31d4ac25.tar.bz2 gentoo-c4f414b7b5c8452cb48aad051e233d4d31d4ac25.zip |
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>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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= |