Fix accidental replacement from r3705.
authorZac Medico <zmedico@gentoo.org>
Fri, 30 Jun 2006 07:22:34 +0000 (07:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 30 Jun 2006 07:22:34 +0000 (07:22 -0000)
svn path=/main/trunk/; revision=3708

bin/emerge

index 70709871a54c446dab6019d8c770fb051bd36f42..2a4d990d95f48c8ef49b390a92ac0509ec9e4b76 100755 (executable)
@@ -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