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

(-)a/media-gfx/blender/blender-4.0.1.ebuild (-1 / +5 lines)
Lines 389-395 src_install() { Link Here
389
	# Pax mark blender for hardened support.
393
	# Pax mark blender for hardened support.
390
	pax-mark m "${BUILD_DIR}"/bin/blender
394
	pax-mark m "${BUILD_DIR}"/bin/blender
391
395
392
	cmake_src_install
396
	if use man; then
397
		cmake_src_install -j1
398
	else
399
		cmake_src_install
400
	fi
393
401
394
	if use man; then
402
	if use man; then
395
		# Slot the man page
403
		# Slot the man page

Return to bug 918402