projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd913fc
)
Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever for
author
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Feb 2010 10:49:02 +0000
(10:49 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Feb 2010 10:49:02 +0000
(10:49 -0000)
reporting.
svn path=/main/trunk/; revision=15496
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 5d594803b31a43bc646dc1e67db96e94ef4bbc42..02f5a17ca471fe9ed85b52ca42ab9d981ddf2f76 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-4389,7
+4389,7
@@
class dblink(object):
phase = 'die_hooks'
if self._scheduler is None:
-
portage.
_spawn_misc_sh(self.settings, [phase],
+ _spawn_misc_sh(self.settings, [phase],
phase=phase)
else:
self._scheduler.dblinkEbuildPhase(