summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-02 12:24:02 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-02 12:24:02 -0700
commitc8599e6d0a7cda12e4d1ce8796283fae2a2b4061 (patch)
tree0dbc5f11654a3c9f9651f689a0e4bc4fa69bc54d /bin/isolated-functions.sh
parent94015a2fe3b2d886b71e874c10bdd2504e54a133 (diff)
downloadportage-c8599e6d0a7cda12e4d1ce8796283fae2a2b4061.tar.gz
portage-c8599e6d0a7cda12e4d1ce8796283fae2a2b4061.tar.bz2
portage-c8599e6d0a7cda12e4d1ce8796283fae2a2b4061.zip
Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enable
a workaround for bug #288863 in the stable branch.
Diffstat (limited to 'bin/isolated-functions.sh')
-rw-r--r--bin/isolated-functions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 46685f891..12feea0ed 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -603,7 +603,8 @@ save_ebuild_env() {
PORTAGE_INST_UID PORTAGE_IPC_DAEMON \
PORTAGE_LOG_FILE PORTAGE_MASTER_PID \
PORTAGE_NONFATAL PORTAGE_QUIET PORTAGE_PYTHON \
- PORTAGE_REPO_NAME PORTAGE_RESTRICT PORTAGE_SIGPIPE_STATUS \
+ PORTAGE_REPO_NAME PORTAGE_RESTRICT \
+ PORTAGE_SANDBOX_COMPAT_LEVEL PORTAGE_SIGPIPE_STATUS \
PORTAGE_UPDATE_ENV \
PORTAGE_USERNAME PORTAGE_VERBOSE PORTAGE_WORKDIR_MODE PORTDIR \
PORTDIR_OVERLAY ${!PORTAGE_SANDBOX_*} PREROOTPATH \