summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-30 07:22:34 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-30 07:22:34 +0000
commit09fc7deef647933181da218c9825f81c135725fa (patch)
tree3227f5df7d972edf8102f1b06379fefd43eedaff /bin
parent1df9f2006556a859d55e9b45af6595a8e4ec99a2 (diff)
downloadportage-09fc7deef647933181da218c9825f81c135725fa.tar.gz
portage-09fc7deef647933181da218c9825f81c135725fa.tar.bz2
portage-09fc7deef647933181da218c9825f81c135725fa.zip
Fix accidental replacement from r3705.
svn path=/main/trunk/; revision=3708
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
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