summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 15:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2013-06-15 18:24:07 -0700
commit117749738aa65e11e78e5ed7cce527fab50eb0e6 (patch)
tree8208ad82f20975edf48ed19f8fccca641e1fdba4
parentShow blocker parents for non slot-conflict pkgs. (diff)
downloadportage-117749738aa65e11e78e5ed7cce527fab50eb0e6.tar.gz
portage-117749738aa65e11e78e5ed7cce527fab50eb0e6.tar.bz2
portage-117749738aa65e11e78e5ed7cce527fab50eb0e6.zip
portage.const: toggle constants for stable branch
-rw-r--r--pym/portage/const.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 5e960d968..03e5013b0 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -174,6 +174,6 @@ VCS_DIRS = ("CVS", "RCS", "SCCS", ".bzr", ".git", ".hg", ".svn")
# 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
+_ENABLE_REPO_NAME_WARN = False
+_ENABLE_SET_CONFIG = False
+_ENABLE_INHERIT_CHECK = False