projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb900a
)
Remove duplicate Scheduler constructor call.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 16 Jan 2011 00:40:07 +0000
(16:40 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 16 Jan 2011 20:33:49 +0000
(12:33 -0800)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 2caa4740df2938720f5e2a75e32dda8773116092..ab2653e7649ab1862b0f71a95e7850eab00b68b4 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-417,9
+417,6
@@
def action_build(settings, trees, mtimedb,
if ("--resume" in myopts):
favorites=mtimedb["resume"]["favorites"]
- mergetask = Scheduler(settings, trees, mtimedb, myopts,
- spinner, favorites=favorites,
- graph_config=mydepgraph.schedulerGraph())
else:
if "resume" in mtimedb and \