Fix depgraph._dep_check_composite_db._visible() to reject installed packages
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Dec 2008 23:39:22 +0000 (23:39 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Dec 2008 23:39:22 +0000 (23:39 -0000)
commitd6550d32de30c01eac956c36951090bef4ec8fd8
treea0f18a931a2fbca6a22a03c1e760d6549f1e658a
parentee562f352dd15a402b5f4b713b50a0e4ea9ce438
Fix depgraph._dep_check_composite_db._visible() to reject installed packages
that are masked. This is necessary for correct choices in || deps when we
want to ensure that installed masked packages are not preferred over other
available choices that are not masked. Thanks to Jan Kundrát <jkt@g.o> for
reporting this issue and testing the patch.

svn path=/main/trunk/; revision=12138
pym/_emerge/__init__.py