From 09fc7deef647933181da218c9825f81c135725fa Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 30 Jun 2006 07:22:34 +0000 Subject: Fix accidental replacement from r3705. svn path=/main/trunk/; revision=3708 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emerge b/bin/emerge index 70709871a..2a4d990d9 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1760,7 +1760,7 @@ class depgraph: # wipe the mtimedb so that portage doesn't attempt to flush it. # do not convert this code away from a fork without correcting this. - mtimedb = None + portage.mtimedb = None for x in ("autoaddcvs", "cvs"): try: myfeat.remove(x) except ValueError: pass -- cgit v1.2.3-1-g7c22