Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sat, 29 Oct 2011 18:33:43
Message-Id: 34391999ff880d96812878ce0dafcc372ada71c9.zmedico@gentoo
1 commit: 34391999ff880d96812878ce0dafcc372ada71c9
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 18:33:27 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 18:33:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=34391999
7
8 egencache: update ebuild_hash.mtime after utime
9
10 ---
11 bin/egencache | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/egencache b/bin/egencache
15 index 477ba98..38e9833 100755
16 --- a/bin/egencache
17 +++ b/bin/egencache
18 @@ -272,6 +272,7 @@ class GenCache(object):
19 "%s writing target: %s\n" % (cpv, e),
20 level=logging.ERROR, noiselevel=-1)
21 else:
22 + ebuild_hash.mtime = max_mtime
23 metadata['_mtime_'] = max_mtime
24 trg_cache[cpv] = metadata
25 self._portdb.auxdb[repo_path][cpv] = metadata