projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e7da49
)
Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Nov 2008 18:46:24 +0000
(18:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Nov 2008 18:46:24 +0000
(18:46 -0000)
svn path=/main/branches/2.1.6/; revision=11887
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 75b9bbe7506b0c738157eeb8fd9111f0c5e71b13..9d94ac95384155e55a8e278157f0b293aa65140e 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-12887,7
+12887,7
@@
def action_build(settings, trees, mtimedb,
del mtimedb["resume"]
mtimedb.commit()
mtimedb["resume"]={}
- # Stored as a dict starting with portage-2.
2_rc7
, and supported
+ # Stored as a dict starting with portage-2.
1.6_rc1
, and supported
# by >=portage-2.1.3_rc8. Versions <portage-2.1.3_rc8 only support
# a list type for options.
mtimedb["resume"]["myopts"] = myopts.copy()