aboutsummaryrefslogtreecommitdiff
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 /pym/portage/const.py
parentWhen signaling successful exit from an ebuild phase via ebuild-ipc, (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 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 5ef7eece1..3a77006f7 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -121,6 +121,7 @@ _ENABLE_DYN_LINK_MAP = True
_ENABLE_PRESERVE_LIBS = True
_ENABLE_REPO_NAME_WARN = True
_ENABLE_SET_CONFIG = True
+_SANDBOX_COMPAT_LEVEL = "22"
# The definitions above will differ between branches, so it's useful to have