summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2012-12-15 15:55:33 -0800
commit25c35f57159d364b2e37bb3d56b8684f12d13426 (patch)
tree3937a71ad957f896abd1ccc04591679c2c42b7af
parent37044b4493e8de520c7b394f5d7c43c26b9b064b (diff)
downloadportage-25c35f57159d364b2e37bb3d56b8684f12d13426.tar.gz
portage-25c35f57159d364b2e37bb3d56b8684f12d13426.tar.bz2
portage-25c35f57159d364b2e37bb3d56b8684f12d13426.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 8c5bbf308..8069916b8 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -167,7 +167,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