@@ -, +, @@ --- app-editors/neovim/neovim-9999.ebuild | 1 + 1 file changed, 1 insertion(+) --- a/app-editors/neovim/neovim-9999.ebuild +++ a/app-editors/neovim/neovim-9999.ebuild @@ -82,6 +82,7 @@ src_prepare() { } src_configure() { + ln -s "${BROOT}"/usr/bin/luajit "${BUILD_DIR}"/luajit || die # Upstream default to LTO on non-debug builds # Let's expose it as a USE flag because upstream # have preferences for how we should use LTO --