depgraph: avoid conflicts during _complete_graph
authorZac Medico <zmedico@gentoo.org>
Sun, 28 Jul 2013 23:02:46 +0000 (16:02 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 28 Jul 2013 23:02:46 +0000 (16:02 -0700)
commit6175b127b82dc2c777c7d134085457946d1e36e5
tree01b1689a5b459d22b858c63147afa3f20596be28
parentaf76565d011464a6da418478655848182099e117
depgraph: avoid conflicts during _complete_graph

During _complete_graph, it was possible for _select_pkg_from_graph to
make some poor package selections that would result in conflicts when
there were two matches in different slots that conflicted with
eachother.
pym/_emerge/depgraph.py