portage.const: toggle constants for stable branch
authorZac Medico <zmedico@gentoo.org>
Fri, 21 Sep 2012 22:03:12 +0000 (15:03 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Sep 2012 03:25:04 +0000 (20:25 -0700)
pym/portage/const.py

index 3242861cf9a2befb06d82d1f357f42d7a0b1928f..6afd6be65d0da27089f4b5f7aa25fd06f7e10afe 100644 (file)
@@ -166,7 +166,7 @@ if "PORTAGE_OVERRIDE_EPREFIX" in os.environ:
 
 # Private constants for use in conditional code in order to minimize the diff
 # between branches.
-_DEPCLEAN_LIB_CHECK_DEFAULT = True
-_ENABLE_REPO_NAME_WARN  = True
-_ENABLE_SET_CONFIG      = True
-_ENABLE_INHERIT_CHECK   = True
+_DEPCLEAN_LIB_CHECK_DEFAULT = 'n'
+_ENABLE_REPO_NAME_WARN  = False
+_ENABLE_SET_CONFIG      = False
+_ENABLE_INHERIT_CHECK   = False