projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cdfd9d
)
Update comment about resume opts stored as dict starting with 2.1.6_rc1.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Dec 2008 22:14:19 +0000
(22:14 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Dec 2008 22:14:19 +0000
(22:14 -0000)
svn path=/main/trunk/; revision=12246
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 3f16150e4aeb12370b17e2bbc8eeff9a4af8c59d..a94f2176785f01ee3216416f323720a4b9df7f68 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-13625,7
+13625,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()