Inside depgraph._add_pkg(), handle the case where multiple different
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 21:21:02 +0000 (21:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 21:21:02 +0000 (21:21 -0000)
commitddf4474a32cf924681e69fbfdc263af493b9da9a
tree784f84bfd941e609b2e50a1efb4e444905ccfea8
parent9f47b473c185c6b4207db6dc8f20cc000af44887
Inside depgraph._add_pkg(), handle the case where multiple different
instances of the same version (typically one installed and another not yet
installed) have been pulled into the graph due to a USE dependency. The "slot
collision" display is not helpful in a case like this, so display it as an
unsatisfied dependency. Thanks to Peter Volkov <pva@g.o> for reporting.
(trunk r11954)

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