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

Collapse All | Expand All

(-)/usr/portage/dev-python/pastedeploy/pastedeploy-1.1.ebuild (+2 lines)
Lines 32-37 Link Here
32
	distutils_src_compile
32
	distutils_src_compile
33
	if use doc ; then
33
	if use doc ; then
34
		einfo "Generating docs as requested..."
34
		einfo "Generating docs as requested..."
35
		addpredict /root/.gconf/.testing.writeability
36
		addpredict /root/.gconfd/saved_state
35
		PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
37
		PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
36
	fi
38
	fi
37
}
39
}

Return to bug 176640