From 4ec70232ce5a5fd1a9c5d64a57319664fdb74e05 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 21 Sep 2012 15:03:12 -0700 Subject: portage.const: toggle constants for stable branch --- pym/portage/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index 3859a1666..f751381c8 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -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 -- cgit v1.2.3-1-g7c22