From: Zac Medico Date: Sat, 9 Jun 2007 13:17:59 +0000 (-0000) Subject: When an update is discarded due to confmem, record it's mtime in the contents (it... X-Git-Tag: v2.1.3_rc1~24 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e16e16a6e561e59328d74eee6eb857c924c62f20;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). (trunk r6782) svn path=/main/branches/2.1.2/; revision=6783 --- diff --git a/pym/portage.py b/pym/portage.py index 4cd51154e..21861eac3 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -7848,7 +7848,7 @@ class dblink: cfgprot = cfgfiledict["IGNORE"] if not moveme: zing = "-o-" - mymtime = long(mydstat.st_mtime) + mymtime = long(mystat.st_mtime) else: moveme = 1 cfgprot = 1