Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456326 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-devel/llvm/llvm-3.2.ebuild (-1 / +2 lines)
Lines 151-157 src_compile() { Link Here
151
	emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1
151
	emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1
152
152
153
	if use doc; then
153
	if use doc; then
154
		emake -C docs -f Makefile.sphinx man html
154
		emake -C docs -f Makefile.sphinx man
155
		emake -C docs -f Makefile.sphinx html
155
	fi
156
	fi
156
	#	emake -C docs -f Makefile.sphinx html
157
	#	emake -C docs -f Makefile.sphinx html
157
158

Return to bug 456326