diff options
author | 2022-04-18 20:33:48 +0100 | |
---|---|---|
committer | 2022-04-18 20:33:53 +0100 | |
commit | 585bb55f2ac782aae5d29f8d7097026163b38034 (patch) | |
tree | 73fa32c6afe0ac5369e2b16c6d3480d5888a8233 /app-editors/neovim | |
parent | app-editors/neovim: change dep bounds for 0.7.0 (diff) | |
download | gentoo-585bb55f2ac782aae5d29f8d7097026163b38034.tar.gz gentoo-585bb55f2ac782aae5d29f8d7097026163b38034.tar.bz2 gentoo-585bb55f2ac782aae5d29f8d7097026163b38034.zip |
app-editors/neovim: sync live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 69b26947a582..f23e7434577b 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..2} luajit ) @@ -47,10 +47,10 @@ DEPEND="${LUA_DEPS} $(lua_gen_cond_dep ' dev-lua/LuaBitOp[${LUA_USEDEP}] ' lua5-{1,2}) - >=dev-libs/libuv-1.43.0:= + >=dev-libs/libuv-1.44.1:= >=dev-libs/libvterm-0.1.4 >=dev-libs/msgpack-3.0.0:= - >=dev-libs/tree-sitter-0.20.1:= + >=dev-libs/tree-sitter-0.20.6:= tui? ( >=dev-libs/libtermkey-0.22 >=dev-libs/unibilium-2.0.0:0= |