portage.const: toggle constants for stable branch
authorZac Medico <zmedico@gentoo.org>
Sun, 11 Dec 2011 06:53:28 +0000 (22:53 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 23 Dec 2011 18:20:03 +0000 (10:20 -0800)
_ENABLE_DYN_LINK_MAP    = False
_ENABLE_PRESERVE_LIBS   = False
_ENABLE_REPO_NAME_WARN  = False
_ENABLE_SET_CONFIG      = False
_ENABLE_XATTR           = False

pym/portage/const.py

index 77c68eb0dbe65496e348118ed0b80cebae94a836..4146594f270feba46530ca6932d919620774cc6c 100644 (file)
@@ -160,11 +160,11 @@ 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_XATTR           = True
+_ENABLE_DYN_LINK_MAP    = False
+_ENABLE_PRESERVE_LIBS   = False
+_ENABLE_REPO_NAME_WARN  = False
+_ENABLE_SET_CONFIG      = False
+_ENABLE_XATTR           = False
 
 
 # The definitions above will differ between branches, so it's useful to have