From 7b054106ef5a1fd742fb23886173d8c5a842d715 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 6 Sep 2023 15:22:20 +0530 Subject: [PATCH] app-editors/neovim: fix finding luajit in live Fix 'luajit: No such file or directory'. This is most probably due to upstream commit https://github.com/neovim/neovim/commit/3e80b39a8ef9d33090800642d25fadbd282af337 Signed-off-by: Brahmajit Das Closes: https://github.com/gentoo/gentoo/pull/32646 Signed-off-by: Sam James --- app-editors/neovim/neovim-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 154062cd1320..f341eed583f4 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/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 -- 2.43.0