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

(-)ebuild.sh (-3 / +2 lines)
Lines 1418-1424 Link Here
1418
		}";
1418
		}";
1419
		eval "$FUNC_SRC" || echo "error creating QA interceptor ${BIN}" >&2
1419
		eval "$FUNC_SRC" || echo "error creating QA interceptor ${BIN}" >&2
1420
	done
1420
	done
1421
	unset src bin_path body
1421
	unset FUNC_SRC BIN_PATH BODY
1422
fi
1422
fi
1423
1423
1424
# reset the EBUILD_DEATH_HOOKS so they don't multiple due to stable's re-sourcing of env.
1424
# reset the EBUILD_DEATH_HOOKS so they don't multiple due to stable's re-sourcing of env.
Lines 1528-1534 Link Here
1528
		fi
1528
		fi
1529
		export SANDBOX_ON="0"
1529
		export SANDBOX_ON="0"
1530
		;;
1530
		;;
1531
	help|clean|setup|preinst)
1531
	help|setup|preinst)
1532
		#pkg_setup needs to be out of the sandbox for tmp file creation;
1532
		#pkg_setup needs to be out of the sandbox for tmp file creation;
1533
		#for example, awking and piping a file in /tmp requires a temp file to be created
1533
		#for example, awking and piping a file in /tmp requires a temp file to be created
1534
		#in /etc.  If pkg_setup is in the sandbox, both our lilo and apache ebuilds break.
1534
		#in /etc.  If pkg_setup is in the sandbox, both our lilo and apache ebuilds break.
Lines 1610-1613 Link Here
1610
1610
1611
# Do not exit when ebuild.sh is sourced by other scripts.
1611
# Do not exit when ebuild.sh is sourced by other scripts.
1612
true
1612
true
1613

Return to bug 132274