summaryrefslogtreecommitdiffstats
path: root/bin/egencache
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-29 11:33:27 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-29 11:33:27 -0700
commit34391999ff880d96812878ce0dafcc372ada71c9 (patch)
treec88382b931d3f5150a5582ae12036a5bc3588a21 /bin/egencache
parent412f6cc18ea06987fda0c6e4c05aee5e6d1a2f08 (diff)
downloadportage-34391999ff880d96812878ce0dafcc372ada71c9.tar.gz
portage-34391999ff880d96812878ce0dafcc372ada71c9.tar.bz2
portage-34391999ff880d96812878ce0dafcc372ada71c9.zip
egencache: update ebuild_hash.mtime after utime
Diffstat (limited to 'bin/egencache')
-rwxr-xr-xbin/egencache1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/egencache b/bin/egencache
index 477ba98f5..38e983361 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -272,6 +272,7 @@ class GenCache(object):
"%s writing target: %s\n" % (cpv, e),
level=logging.ERROR, noiselevel=-1)
else:
+ ebuild_hash.mtime = max_mtime
metadata['_mtime_'] = max_mtime
trg_cache[cpv] = metadata
self._portdb.auxdb[repo_path][cpv] = metadata