Remove the config.setinst() call from depgraph.select_dep()
authorZac Medico <zmedico@gentoo.org>
Sat, 20 Oct 2007 07:19:35 +0000 (07:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 20 Oct 2007 07:19:35 +0000 (07:19 -0000)
commit8dffd77c86a22e0d574b0c3d15cefb7fb376ca33
treebe053dbb01d9ec17199caf13e1f153c5622d2b70
parenteaa60cb097683a80eeabdb2140a7a88302e6c288
Remove the config.setinst() call from depgraph.select_dep()
since it's never really guaranteed to work as intended. It's
supposed to help ensure that the correct old-style virtual
is preferred but it will often fail to do so, making it
necessary for the user to manually force the preference.
Proper backtracking (bug #1343) will solve the problem more
reliably.

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