From: Zac Medico Date: Mon, 3 Jul 2006 16:35:54 +0000 (-0000) Subject: Commit the mtimedb for --skipfirst so that if the user aborts the first package,... X-Git-Tag: v2.1.1~293 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51def2af1f6cedad336f4b613e605eddce83065d;p=portage.git Commit the mtimedb for --skipfirst so that if the user aborts the first package, the next --skipfirst will go on to the next package instead of doing the same one again. This patch simply reverts to the behavior that existed before. svn path=/main/trunk/; revision=3777 --- diff --git a/bin/emerge b/bin/emerge index 7c1944807..ff9c8391e 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1698,6 +1698,7 @@ class depgraph: if "--skipfirst" in self.myopts and mymergelist: del mtimedb["resume"]["mergelist"][0] del mymergelist[0] + mtimedb.commit() validate_merge_list(self.trees, mymergelist) else: myfavs = portage.grabfile(