projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435a259
)
Fix portage_exec namespace.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Dec 2007 07:08:13 +0000
(07:08 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Dec 2007 07:08:13 +0000
(07:08 -0000)
svn path=/main/branches/2.1.2/; revision=8800
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 8237d7de73c1f588b956765bdb09b19e10d6baa4..1ea9b8a00548e234389c90bd3488514c4b028108 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-3656,8
+3656,7
@@
class MergeTask(object):
return self._merge(mylist, favorites, mtimedb)
finally:
if self._spawned_pids:
- from portage import process
- process.spawned_pids.extend(self._spawned_pids)
+ portage.portage_exec.spawned_pids.extend(self._spawned_pids)
self._spawned_pids = []
def _poll_child_processes(self):