summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-18 20:26:11 +0100
committerSam James <sam@gentoo.org>2022-04-18 20:26:11 +0100
commit9a13afea18c7afbc77bf0ed4c8374e3e56f9be53 (patch)
tree520ef36c6077670f7dbe4b4ed418e659bb5612e3 /app-editors/neovim
parentapp-editors/neovim: drop 0.4.4-r101 (diff)
downloadgentoo-9a13afea18c7afbc77bf0ed4c8374e3e56f9be53.tar.gz
gentoo-9a13afea18c7afbc77bf0ed4c8374e3e56f9be53.tar.bz2
gentoo-9a13afea18c7afbc77bf0ed4c8374e3e56f9be53.zip
app-editors/neovim: change dep bounds for 0.7.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r--app-editors/neovim/neovim-0.7.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/neovim/neovim-0.7.0.ebuild b/app-editors/neovim/neovim-0.7.0.ebuild
index 73e1b119ece1..f23e7434577b 100644
--- a/app-editors/neovim/neovim-0.7.0.ebuild
+++ b/app-editors/neovim/neovim-0.7.0.ebuild
@@ -39,7 +39,7 @@ BDEPEND="${LUA_DEPS}
# Check https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt for
# new dependency bounds and so on on bumps (obviously adjust for right branch/tag).
DEPEND="${LUA_DEPS}
- >=dev-lua/luv-1.42.0[${LUA_SINGLE_USEDEP}]
+ >=dev-lua/luv-1.43.0[${LUA_SINGLE_USEDEP}]
$(lua_gen_cond_dep '
dev-lua/lpeg[${LUA_USEDEP}]
dev-lua/mpack[${LUA_USEDEP}]
@@ -47,10 +47,10 @@ DEPEND="${LUA_DEPS}
$(lua_gen_cond_dep '
dev-lua/LuaBitOp[${LUA_USEDEP}]
' lua5-{1,2})
- >=dev-libs/libuv-1.42.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=