projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b69d2c
)
Fix an incorrect comparision self-comparison in USE change calculation.
author
Jason Stubbs
<jstubbs@gentoo.org>
Fri, 23 Dec 2005 12:38:27 +0000
(12:38 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Fri, 23 Dec 2005 12:38:27 +0000
(12:38 -0000)
svn path=/main/trunk/; revision=2441
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 5ddc92cea8f7955b1b3c11673864911924441975..34115f6892558d8007fc36c32a41e3e39b51caba 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1678,7
+1678,7
@@
class depgraph:
for key in use_expand:
verboseadd += create_use_string(key.upper(), cur_iuse_map[key], cur_use_map[key],
- old_iuse_map[key],
cur
_use_map[key], is_new)
+ old_iuse_map[key],
old
_use_map[key], is_new)
if "--verbose" in myopts:
# size verbose