summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-09 13:17:27 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-09 13:17:27 +0000
commitda8f4b7a512879d7cec9577d032e75d0e42aeb27 (patch)
treea5d031f9525309dd615c934da904549079e712e7 /pym
parente1369b0e0c4f87f8b30fb98c3f52fe0e185e5a3f (diff)
downloadportage-da8f4b7a512879d7cec9577d032e75d0e42aeb27.tar.gz
portage-da8f4b7a512879d7cec9577d032e75d0e42aeb27.tar.bz2
portage-da8f4b7a512879d7cec9577d032e75d0e42aeb27.zip
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
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
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