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-23 17:40:32 -0800
commit9ea34232e14abcbbd8c54e5984cf3177640c7265 (patch)
treecf5283a7bc22c02f84edd0a5876da77b6241ba51
parentdfcc6b4ca03ba2105e88b88764bbde724b3bae09 (diff)
downloadportage-9ea34232e14abcbbd8c54e5984cf3177640c7265.tar.gz
portage-9ea34232e14abcbbd8c54e5984cf3177640c7265.tar.bz2
portage-9ea34232e14abcbbd8c54e5984cf3177640c7265.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