projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333c200
)
Fix broken reference to possible_upgrades inside dep_zapdeps().
author
Zac Medico
<zmedico@gentoo.org>
Sun, 5 Jul 2009 21:01:58 +0000
(21:01 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 5 Jul 2009 21:01:58 +0000
(21:01 -0000)
svn path=/main/trunk/; revision=13790
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 1d5a2dc024a9dfe16b5d6c7f189a4023ccdd9907..46117563839b3ef008ac5beadde25e2668089b0a 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-7164,7
+7164,7
@@
def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None):
else:
preferred_any_slot.append(this_choice)
elif graph_db is None:
- p
ossible_upgrades
.append(this_choice)
+ p
referred_non_installed
.append(this_choice)
else:
all_in_graph = True
for slot_atom in versions: