projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906cf74
)
Fix _dep_check_composite_db.match() so that it doesn't exempt the highest
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Apr 2008 19:03:56 +0000
(19:03 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Apr 2008 19:03:56 +0000
(19:03 -0000)
slot from visibility checks.
svn path=/main/trunk/; revision=9871
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index dcc0461bd8a5c0134b80a1e270d5a89fc38bfcd2..3e8b67bf8b21a02625b12379264dd00e9342b0b3 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-4366,9
+4366,6
@@
class depgraph(object):
continue
slots.add(graph_db.aux_get(cpv, ["SLOT"])[0])
ret = []
- slots.remove(pkg.metadata["SLOT"])
- self._cpv_pkg_map[pkg.cpv] = pkg
- ret.append(pkg.cpv)
while slots:
slot_atom = "%s:%s" % (atom_cp, slots.pop())
pkg, existing = self._depgraph._select_package(