projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4126fcf
)
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>
Fri, 26 Oct 2012 19:41:56 +0000
(12:41 -0700)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 8c5bbf308e62f847548ac6df47fccac3b005d52f..8069916b8ccab6ce471b14960f18752824f3d5b1 100644
(file)
--- 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 =
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