projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e2350
)
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>
Thu, 14 Feb 2013 05:46:33 +0000
(21:46 -0800)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 3859a1666c91edc9de233346c9e67c78da4b8b44..f751381c8fdcd95af694c1d6b83aa714590b29fb 100644
(file)
--- 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 =
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