summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-27 14:47:53 -0700
commit3a172e55ecf9a6822499cbd2133413be80e5924c (patch)
tree02abcb277797eaa2f362d2aed119c74a5810f1bc
parentd5ec77f886ba5891de2d2dcc25700327596df588 (diff)
downloadportage-3a172e55ecf9a6822499cbd2133413be80e5924c.tar.gz
portage-3a172e55ecf9a6822499cbd2133413be80e5924c.tar.bz2
portage-3a172e55ecf9a6822499cbd2133413be80e5924c.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 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