Update comment about resume opts stored as dict starting with 2.1.6_rc1.
authorZac Medico <zmedico@gentoo.org>
Fri, 12 Dec 2008 22:14:19 +0000 (22:14 -0000)
committerZac 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

index 3f16150e4aeb12370b17e2bbc8eeff9a4af8c59d..a94f2176785f01ee3216416f323720a4b9df7f68 100644 (file)
@@ -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()