projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74bb4a1
)
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:26:06 +0000
(12:26 -0700)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 83e3be601c6e4b2d86b7a3fa04492b7284cc26e0..f756b70e09e76b339c90249fe6665fe0fa8b4696 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-3826,7
+3826,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,