Inside depgraph._add_pkg(), handle the case where multiple different
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 21:14:02 +0000 (21:14 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 21:14:02 +0000 (21:14 -0000)
commitd0a1b8bb01dece5fc18a6753ca9cda099b100deb
tree12daa8ae52a7a7f1be81286e48bbc621bc370b42
parentd60d70436800e2a4c93e6487f621daa8735e88cf
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.

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