virtualx.eclass:if [[ ${EBUILD_PHASE/depend} == "${EBUILD_PHASE}" ]] ; then
# Brian Harring <ferringb@gentoo.org> 11/04/2004 # do not disable the sandbox during the depend phase. # ebuilds shouldn't touch the fs during depend phase, nor screw with the sandbox. # if [[ ${EBUILD_PHASE/depend} == "${EBUILD_PHASE}" ]] ; then [[ -z ${SANDBOX_DISABLED} ]] && export SANDBOX_DISABLED="0" || : fi I'd say we can remove that safely once we know that no ebuild explicity disables the sandbox globally. Opinions?
python.eclass and apache.eclass are now the users of this; no other ebuilds from a quick scan (so no longer xorg, now other uses to block global scope invocation). Suspect this should just be documented as exported during metadata regen...
(In reply to Brian Harring from comment #2) > python.eclass and apache.eclass are now the users of this; [...] These eclasses are long gone. Closing.