Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 904095
Collapse All | Expand All

(-)a/app-editors/neovim/neovim-0.9.0.ebuild (-2 lines)
Lines 92-102 src_configure() { Link Here
92
	# ... but allow turning it off.
92
	# ... but allow turning it off.
93
	# TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
93
	# TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
94
	local mycmakeargs=(
94
	local mycmakeargs=(
95
		-DENABLE_LTO=$(usex lto)
96
		-DFEAT_TUI=$(usex tui)
95
		-DFEAT_TUI=$(usex tui)
97
		-DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
96
		-DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
98
		-DLUA_PRG="${ELUA}"
97
		-DLUA_PRG="${ELUA}"
99
		-DMIN_LOG_LEVEL=3
100
	)
98
	)
101
	cmake_src_configure
99
	cmake_src_configure
102
}
100
}

Return to bug 904095