projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df9f20
)
Fix accidental replacement from r3705.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 30 Jun 2006 07:22:34 +0000
(07:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 30 Jun 2006 07:22:34 +0000
(07:22 -0000)
svn path=/main/trunk/; revision=3708
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 70709871a54c446dab6019d8c770fb051bd36f42..2a4d990d95f48c8ef49b390a92ac0509ec9e4b76 100755
(executable)
--- 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