projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8209aea
)
Fix _preload_elog_modules() call.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 19:24:09 +0000
(12:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 19:24:09 +0000
(12:24 -0700)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 9b95161fad177659a0d61f8392ef9f55db3b2b17..78a1af3b8fa015c8e04a29a8084787cca9493cf1 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-3827,7
+3827,7
@@
class dblink(object):
os.chmod(var_new, dir_perms)
os.chmod(base_path_tmp, dir_perms)
# This serves so pre-load the modules.
- _preload_elog_modules()
+ _preload_elog_modules(
self.settings
)
return self._merge(mergeroot, inforoot,
myebuild=myebuild, cleanup=cleanup,