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

(-)llvm-3.3-r1.ebuild (-1 / +2 lines)
Lines 214-220 multilib_src_compile() { Link Here
214
	emake VERBOSE=1 REQUIRES_RTTI=1 GENTOO_LIBDIR=$(get_libdir)
214
	emake VERBOSE=1 REQUIRES_RTTI=1 GENTOO_LIBDIR=$(get_libdir)
215
215
216
	if multilib_is_native_abi && use doc; then
216
	if multilib_is_native_abi && use doc; then
217
		emake -C "${S}"/docs -f Makefile.sphinx man html
217
		emake -C "${S}"/docs -f Makefile.sphinx man
218
		emake -C "${S}"/docs -f Makefile.sphinx html
218
	fi
219
	fi
219
220
220
	if use debug; then
221
	if use debug; then

Return to bug 479198