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

(-)/usr/portage/www-client/luakit/luakit-9999.ebuild (-1 / +5 lines)
Lines 59-65 Link Here
59
59
60
src_compile() {
60
src_compile() {
61
	myconf="PREFIX=/usr DEVELOPMENT_PATHS=0"
61
	myconf="PREFIX=/usr DEVELOPMENT_PATHS=0"
62
	use luajit && myconf+=" USE_LUAJIT=1"
62
	if use luajit; then 
63
		myconf+=" USE_LUAJIT=1"
64
	else
65
		myconf+=" USE_LUAJIT=0"
66
	fi
63
67
64
	if [[ ${PV} != *9999* ]]; then
68
	if [[ ${PV} != *9999* ]]; then
65
		myconf+=" VERSION=${PV}"
69
		myconf+=" VERSION=${PV}"

Return to bug 471704