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

Collapse All | Expand All

(-)a/media-gfx/blender/blender-2.83.4-r1.ebuild (-1 / +4 lines)
Lines 238-244 src_compile() { Link Here
238
238
239
		cd "${CMAKE_USE_DIR}" || die
239
		cd "${CMAKE_USE_DIR}" || die
240
		einfo "Generating (BPY) Blender Python API docs ..."
240
		einfo "Generating (BPY) Blender Python API docs ..."
241
		"${BUILD_DIR}"/bin/blender --background --python doc/python_api/sphinx_doc_gen.py -noaudio || die "sphinx failed."
241
		"${BUILD_DIR}"/bin/blender --background -noaudio                     \
242
		                           --env-system-scripts release/scripts      \
243
		                           --python doc/python_api/sphinx_doc_gen.py \
244
		|| die "blender failed."
242
245
243
		cd "${CMAKE_USE_DIR}"/doc/python_api || die
246
		cd "${CMAKE_USE_DIR}"/doc/python_api || die
244
		sphinx-build sphinx-in BPY_API || die "sphinx failed."
247
		sphinx-build sphinx-in BPY_API || die "sphinx failed."

Return to bug 741664