From dd8361039bdfedb6809f815b5dcdcd2f27edbc1b Mon Sep 17 00:00:00 2001 From: Arthur Zamarin <arthurzam@gentoo.org> Date: Fri, 15 Sep 2023 12:14:49 +0300 Subject: app-editors/neovim: fix VariableShadowed Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> --- app-editors/neovim/neovim-0.9.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-editors/neovim/neovim-0.9.2.ebuild') diff --git a/app-editors/neovim/neovim-0.9.2.ebuild b/app-editors/neovim/neovim-0.9.2.ebuild index 5a5a4f0cada7..ec45d50f6dd1 100644 --- a/app-editors/neovim/neovim-0.9.2.ebuild +++ b/app-editors/neovim/neovim-0.9.2.ebuild @@ -23,10 +23,9 @@ LICENSE="Apache-2.0 vim" SLOT="0" IUSE="+lto +nvimpager test" -REQUIRED_USE="${LUA_REQUIRED_USE}" # Upstream say the test library needs LuaJIT # https://github.com/neovim/neovim/blob/91109ffda23d0ce61cec245b1f4ffb99e7591b62/CMakeLists.txt#L377 -REQUIRED_USE="test? ( lua_single_target_luajit )" +REQUIRED_USE="${LUA_REQUIRED_USE} test? ( lua_single_target_luajit )" # TODO: Get tests running RESTRICT="!test? ( test ) test" -- cgit v1.2.3-65-gdbad