From e16e16a6e561e59328d74eee6eb857c924c62f20 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 9 Jun 2007 13:17:59 +0000 Subject: 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 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22