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, 21 Jan 2013 21:42:39 +0000 (13:42 -0800)
pym/portage/const.py

index 3859a1666c91edc9de233346c9e67c78da4b8b44..f751381c8fdcd95af694c1d6b83aa714590b29fb 100644 (file)
@@ -169,7 +169,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