summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-08 15:56:11 -0700
commiteeb23b5b7d603fac3b5aaed4e107c78a2f38b3a0 (patch)
treeaaf85605c2223acfd71c7bc396367bca170f7054
parent3af5846c3c0c10b0cf80ca2e1921b9b7918bc277 (diff)
downloadportage-eeb23b5b7d603fac3b5aaed4e107c78a2f38b3a0.tar.gz
portage-eeb23b5b7d603fac3b5aaed4e107c78a2f38b3a0.tar.bz2
portage-eeb23b5b7d603fac3b5aaed4e107c78a2f38b3a0.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