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

(-)/var/lib/layman/science/sci-mathematics/gappa/gappa-1.1.1.ebuild (-1 / +2 lines)
Lines 27-33 Link Here
27
}
27
}
28
28
29
src_compile() {
29
src_compile() {
30
	./remake -d ${MAKEOPTS} || die "emake failed"
30
	# don't use ${MAKEOPTS} as it can contain --load-average which is unknown by remake
31
	./remake -d || die "emake failed"
31
	if use doc; then
32
	if use doc; then
32
		./remake doc/html/index.html
33
		./remake doc/html/index.html
33
	fi
34
	fi

Return to bug 568368