Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict.
authorZac Medico <zmedico@gentoo.org>
Thu, 13 Nov 2008 18:46:24 +0000 (18:46 -0000)
committerZac 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

index 75b9bbe7506b0c738157eeb8fd9111f0c5e71b13..9d94ac95384155e55a8e278157f0b293aa65140e 100644 (file)
@@ -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()