From: Zac Medico Date: Fri, 21 Sep 2012 22:03:12 +0000 (-0700) Subject: portage.const: toggle constants for stable branch X-Git-Tag: v2.1.11.27~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65c752255b8264d45c700e88c4e6f4a722f00f2;p=portage.git portage.const: toggle constants for stable branch --- diff --git a/pym/portage/const.py b/pym/portage/const.py index 3242861cf..6afd6be65 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -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