Fix depgraph._dep_check_composite_db._visible() to reject installed packages
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Dec 2008 23:39:59 +0000 (23:39 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Dec 2008 23:39:59 +0000 (23:39 -0000)
commit0c34bd4ee8c73291605c70288ce0516ce4a3a3c7
tree478b882a77156f970f423b445fdbbb9810d5421b
parent1feeb2804ba52aa215646fe07bbd19213aa424b7
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. (trunk r12138)

svn path=/main/branches/2.1.6/; revision=12139
pym/_emerge/__init__.py