diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 12:14:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:09 +0300 |
commit | dd8361039bdfedb6809f815b5dcdcd2f27edbc1b (patch) | |
tree | 96a4c62a059465000c2cd7b27dcc3962a9b8fd93 /app-editors/neovim/neovim-0.9.2.ebuild | |
parent | dev-lang/go-bootstrap: add arm64-macos keyword (diff) | |
download | gentoo-dd8361039bdfedb6809f815b5dcdcd2f27edbc1b.tar.gz gentoo-dd8361039bdfedb6809f815b5dcdcd2f27edbc1b.tar.bz2 gentoo-dd8361039bdfedb6809f815b5dcdcd2f27edbc1b.zip |
app-editors/neovim: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/neovim/neovim-0.9.2.ebuild')
-rw-r--r-- | app-editors/neovim/neovim-0.9.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" |