summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-03 05:05:53 -0700
committerZac Medico <zmedico@gentoo.org>2011-08-12 05:00:17 -0700
commitef489b462c5893759cb9e2327f0a8d6b2ba6bf01 (patch)
treeed50b82a50aec1e0edf211fb16829447924613ff
parentebcf8975b37a8aae9735eb491a9b4cb63549bd5d (diff)
downloadportage-ef489b462c5893759cb9e2327f0a8d6b2ba6bf01.tar.gz
portage-ef489b462c5893759cb9e2327f0a8d6b2ba6bf01.tar.bz2
portage-ef489b462c5893759cb9e2327f0a8d6b2ba6bf01.zip
portage.const: toggle constants for stable branch
_ENABLE_DYN_LINK_MAP = False _ENABLE_PRESERVE_LIBS = False _ENABLE_REPO_NAME_WARN = False _ENABLE_SET_CONFIG = False _SANDBOX_COMPAT_LEVEL = "16"
-rw-r--r--pym/portage/const.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index ecaa8f1d3..f108176e5 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -121,11 +121,11 @@ MANIFEST2_IDENTIFIERS = ("AUX", "MISC", "DIST", "EBUILD")
# Private constants for use in conditional code in order to minimize the diff
# between branches.
-_ENABLE_DYN_LINK_MAP = True
-_ENABLE_PRESERVE_LIBS = True
-_ENABLE_REPO_NAME_WARN = True
-_ENABLE_SET_CONFIG = True
-_SANDBOX_COMPAT_LEVEL = "22"
+_ENABLE_DYN_LINK_MAP = False
+_ENABLE_PRESERVE_LIBS = False
+_ENABLE_REPO_NAME_WARN = False
+_ENABLE_SET_CONFIG = False
+_SANDBOX_COMPAT_LEVEL = "16"
# The definitions above will differ between branches, so it's useful to have