Diff neovim-0.9.2 with a neovim-9999

/usr/portage/app-editors/neovim/neovim-9999.ebuild 2023-10-09 14:52:28.284368320 +0300
68 68
PATCHES=(
69 69
	"${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch"
70 70
	"${FILESDIR}/${PN}-0.9.1-cmake-darwin.patch"
71
	"${FILESDIR}/${PN}-0.9.0-cmake-release-type.patch"
72 71
)
73 72

  
74 73
src_prepare() {
......
82 81
}
83 82

  
84 83
src_configure() {
84
	ln -s "${BROOT}"/usr/bin/luajit "${BUILD_DIR}"/luajit || die
85 85
	# Upstream default to LTO on non-debug builds
86 86
	# Let's expose it as a USE flag because upstream
87 87
	# have preferences for how we should use LTO
Thank you!