projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fe601
)
Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever for
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 21:09:44 +0000
(21:09 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 21:09:44 +0000
(21:09 -0000)
reporting. (trunk r15496)
svn path=/main/branches/2.1.7/; revision=15697
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 75143a318b8153507bcb7afc042619497c7ab0bc..87d7c170afffa11a04b49b81d2ea446af8e1052a 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-3231,7
+3231,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(