diff options
-rw-r--r-- | pym/_emerge/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 3f16150e4..a94f21767 100644 --- 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() |