projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2361ed9
)
Make the non --update package selection logic avoid installed packages if
author
Zac Medico
<zmedico@gentoo.org>
Thu, 20 May 2010 23:45:24 +0000
(16:45 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 20 May 2010 23:45:24 +0000
(16:45 -0700)
they are masked. Thanks to Daniel Robbins for reporting.
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index ecc321c053517010073bd9eb76cfc5b2ecb3ee35..c102a7a2df40ad8530c25ea7ffd9011f47a064eb 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2715,7
+2715,7
@@
class depgraph(object):
if avoid_update:
for pkg in matched_packages:
- if pkg.installed:
+ if pkg.installed
and pkg.visible
:
return pkg, existing_node
bestmatch = portage.best(