From c8599e6d0a7cda12e4d1ce8796283fae2a2b4061 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Sep 2010 12:24:02 -0700 Subject: Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enable a workaround for bug #288863 in the stable branch. --- pym/portage/const.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/portage/const.py') 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 -- cgit v1.2.3-1-g7c22