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

(-)a/app-editors/neovim/neovim-9999.ebuild (-1 / +1 lines)
Lines 82-87 src_prepare() { Link Here
82
}
82
}
83
83
84
src_configure() {
84
src_configure() {
85
	ln -s "${BROOT}"/usr/bin/luajit "${BUILD_DIR}"/luajit || die
85
	# Upstream default to LTO on non-debug builds
86
	# Upstream default to LTO on non-debug builds
86
	# Let's expose it as a USE flag because upstream
87
	# Let's expose it as a USE flag because upstream
87
	# have preferences for how we should use LTO
88
	# have preferences for how we should use LTO
88
- 

Return to bug 922146