summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-01 21:52:17 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-01 21:52:17 -0700
commit2959902eb75c4af024909efdb13db497351362b8 (patch)
tree3c08ab086ecf92144dcd80e7953bfb105d9ef953 /pym/portage/const.py
parent9b2e4d5a48e17ae1a637c6de7a311cd9055dd02e (diff)
downloadportage-2959902eb75c4af024909efdb13db497351362b8.tar.gz
portage-2959902eb75c4af024909efdb13db497351362b8.tar.bz2
portage-2959902eb75c4af024909efdb13db497351362b8.zip
InheritEclass: add stable / conservative mode
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 5d6aabc0d..3744e111f 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -165,6 +165,7 @@ _ENABLE_DYN_LINK_MAP = True
_ENABLE_PRESERVE_LIBS = True
_ENABLE_REPO_NAME_WARN = True
_ENABLE_SET_CONFIG = True
+_ENABLE_INHERIT_CHECK = True
# The definitions above will differ between branches, so it's useful to have