projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d16305
)
portage.const: toggle constants for stable branch
author
Zac Medico
<zmedico@gentoo.org>
Fri, 21 Sep 2012 22:03:12 +0000
(15:03 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 10 Oct 2012 21:57:39 +0000
(14:57 -0700)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 3242861cf9a2befb06d82d1f357f42d7a0b1928f..6afd6be65d0da27089f4b5f7aa25fd06f7e10afe 100644
(file)
--- 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 =
Tru
e
-_ENABLE_SET_CONFIG =
Tru
e
-_ENABLE_INHERIT_CHECK =
Tru
e
+_DEPCLEAN_LIB_CHECK_DEFAULT =
'n'
+_ENABLE_REPO_NAME_WARN =
Fals
e
+_ENABLE_SET_CONFIG =
Fals
e
+_ENABLE_INHERIT_CHECK =
Fals
e