summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2013-01-20 08:13:45 -0800
commit15c3c0afd1d13d523e07f1c2f44540e7213f0a48 (patch)
treed477e48ac3625c896a10caf7b9c7c39447c4fa98
parent2247df0227c7c3a1b36126c870bc122aa2cf3785 (diff)
downloadportage-15c3c0afd1d13d523e07f1c2f44540e7213f0a48.tar.gz
portage-15c3c0afd1d13d523e07f1c2f44540e7213f0a48.tar.bz2
portage-15c3c0afd1d13d523e07f1c2f44540e7213f0a48.zip
portage.const: toggle constants for stable branch
-rw-r--r--pym/portage/const.py8
1 files 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