Bug #337178 - Fix slot conflict backtracking to mask the higher
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Sep 2010 16:49:06 +0000 (09:49 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 5 Oct 2010 15:49:22 +0000 (08:49 -0700)
commite7de9fe3f26261c3ffc6460846541bfbc516ddc3
tree743660d61acd2d393ad851e80db9fdcdf1dc5367
parentb6c2a1e0a6657e36b1dd5a3c28461698d0e1a0d6
Bug #337178 - Fix slot conflict backtracking to mask the higher
version if appropriate.

Generally, we mask the higher version since this solves common
cases in which a lower version is needed so that all dependencies
will be satisfied (bug #337178). However, if existing_node happens
to be installed then we mask that since this is a common case that
is triggered when --update is not enabled.
pym/_emerge/depgraph.py