From: Zac Medico Date: Sat, 9 Jun 2007 13:17:27 +0000 (-0000) Subject: When an update is discarded due to confmem, record it's mtime in the contents (it... X-Git-Tag: v2.2_pre1~1272 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da8f4b7a512879d7cec9577d032e75d0e42aeb27;p=portage.git When an update is discarded due to confmem, record it's mtime in the contents (it's md5 is already recorded there too). svn path=/main/trunk/; revision=6782 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 1213712ef..5ddfc2f0f 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1932,7 +1932,7 @@ class dblink(object): cfgprot = cfgfiledict["IGNORE"] if not moveme: zing = "-o-" - mymtime = long(mydstat.st_mtime) + mymtime = long(mystat.st_mtime) else: moveme = 1 cfgprot = 1