summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-13 19:03:56 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-13 19:03:56 +0000
commit813c7b6b0f05a0d1a15c3e8f3c1ce08fc2c253a7 (patch)
treee5a98ac150c66b505745b0fd0e5893245855e911
parent906cf7441a79b9e55b6cb68e325fd2c5a06db672 (diff)
downloadportage-813c7b6b0f05a0d1a15c3e8f3c1ce08fc2c253a7.tar.gz
portage-813c7b6b0f05a0d1a15c3e8f3c1ce08fc2c253a7.tar.bz2
portage-813c7b6b0f05a0d1a15c3e8f3c1ce08fc2c253a7.zip
Fix _dep_check_composite_db.match() so that it doesn't exempt the highest
slot from visibility checks. svn path=/main/trunk/; revision=9871
-rw-r--r--pym/_emerge/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index dcc0461bd..3e8b67bf8 100644
--- 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(