From da8f4b7a512879d7cec9577d032e75d0e42aeb27 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 9 Jun 2007 13:17:27 +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). svn path=/main/trunk/; revision=6782 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22