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