diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-09-06 15:22:20 +0530 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-06 10:54:56 +0100 |
commit | 7b054106ef5a1fd742fb23886173d8c5a842d715 (patch) | |
tree | a949910b4ef9086242fb90890054e52dd29803ce /app-editors | |
parent | profiles: restore KERNEL=Winnt for embedded targets (diff) | |
download | gentoo-7b054106ef5a1fd742fb23886173d8c5a842d715.tar.gz gentoo-7b054106ef5a1fd742fb23886173d8c5a842d715.tar.bz2 gentoo-7b054106ef5a1fd742fb23886173d8c5a842d715.zip |
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 <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32646
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |