summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-10 22:51:56 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-10 22:51:56 -0800
commitc1edb7a9bb5162b0781cfbebd475a65562aa6dd7 (patch)
treecc156344b40e07ce1b22a6991843148761c548c3 /bin/ebuild.sh
parentda0831b24be79e008939f8507f9d457367e533ee (diff)
downloadportage-c1edb7a9bb5162b0781cfbebd475a65562aa6dd7.tar.gz
portage-c1edb7a9bb5162b0781cfbebd475a65562aa6dd7.tar.bz2
portage-c1edb7a9bb5162b0781cfbebd475a65562aa6dd7.zip
Remove _SANDBOX_COMPAT_LEVEL.
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 1f95adb82..af7b3a92b 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -40,15 +40,6 @@ else
unset x
fi
-if [[ $PORTAGE_SANDBOX_COMPAT_LEVEL -lt 22 ]] ; then
- # Ensure that /dev/std* streams have appropriate sandbox permission for
- # bug #288863. This can be removed after sandbox is fixed and portage
- # depends on the fixed version (sandbox-2.2 has the fix but it is
- # currently unstable).
- export SANDBOX_WRITE="${SANDBOX_WRITE:+${SANDBOX_WRITE}:}/dev/stdout:/dev/stderr"
- export SANDBOX_READ="${SANDBOX_READ:+${SANDBOX_READ}:}/dev/stdin"
-fi
-
# Don't use sandbox's BASH_ENV for new shells because it does
# 'source /etc/profile' which can interfere with the build
# environment by modifying our PATH.