From: Zac Medico Date: Fri, 30 Jun 2006 07:22:34 +0000 (-0000) Subject: Fix accidental replacement from r3705. X-Git-Tag: v2.1.1~335 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09fc7deef647933181da218c9825f81c135725fa;p=portage.git Fix accidental replacement from r3705. svn path=/main/trunk/; revision=3708 --- 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