portage.const: toggle constants for stable branch
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Feb 2012 15:01:47 +0000 (07:01 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 May 2012 20:22:23 +0000 (13:22 -0700)
_ENABLE_DYN_LINK_MAP    = False
_ENABLE_PRESERVE_LIBS   = False
_ENABLE_REPO_NAME_WARN  = False
_ENABLE_SET_CONFIG      = False

pym/portage/const.py

index 5d6aabc0db4452fa473750d7d68c7a7b89f60b10..eca966c14df8f47cc4f351eb284ce9c88555dfdc 100644 (file)
@@ -161,10 +161,10 @@ if "PORTAGE_OVERRIDE_EPREFIX" in os.environ:
 
 # 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
+_ENABLE_DYN_LINK_MAP    = False
+_ENABLE_PRESERVE_LIBS   = False
+_ENABLE_REPO_NAME_WARN  = False
+_ENABLE_SET_CONFIG      = False
 
 
 # The definitions above will differ between branches, so it's useful to have