summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2013-01-15 07:32:18 -0800
commit800db74e86027f58bcb559438b6085dd7cc84bfa (patch)
treefb6b2e5fbdb4ec785de4fddf6ed30260caaea908 /pym
parent7c624515d0bb106c8a468addff5df153cebf31fc (diff)
downloadportage-800db74e86027f58bcb559438b6085dd7cc84bfa.tar.gz
portage-800db74e86027f58bcb559438b6085dd7cc84bfa.tar.bz2
portage-800db74e86027f58bcb559438b6085dd7cc84bfa.zip
portage.const: toggle constants for stable branch
Diffstat (limited to 'pym')
-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