In order to properly preserve --jobs and --load-average settings for --resume
authorZac Medico <zmedico@gentoo.org>
Thu, 7 Aug 2008 14:00:24 +0000 (14:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 7 Aug 2008 14:00:24 +0000 (14:00 -0000)
commit5dcc067352215541124bb4a28cef82f421494f9d
tree9b2568f85e2e66cd26aac356341a5462ffc29c24
parentd9b7de771efda8e7e27ac462a57b0a0b40b89674
In order to properly preserve --jobs and --load-average settings for --resume
operations, store resume options in the mtimedb as a dict instead of a list.
The dict type is supported in >=portage-2.1.3_rc8 (2.1.4.4 is current stable)
so people switching between stable/unstable will be fine.

svn path=/main/trunk/; revision=11343
pym/_emerge/__init__.py