Inside depgraph.loadResumeCommand(), ignore unsatisified dependencies that
authorZac Medico <zmedico@gentoo.org>
Wed, 21 Jan 2009 06:36:36 +0000 (06:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 21 Jan 2009 06:36:36 +0000 (06:36 -0000)
commit0a0cff7f2f4782593b9bc66be5da5bbdba70439b
tree9eac19e6bdbc7d9f5fe571fbeb9f6db926700bb2
parent7d4ef7bd6309a79c60c44d73398d90fe23196687
Inside depgraph.loadResumeCommand(), ignore unsatisified dependencies that
are pulled in by installed packages. This is needed in order to avoid having
--keep-going bail out needlessly when one of a group of circularly dependent
packages fails to install after one or more of the group have already been
installed. TODO: Add sanity checks to make sure that it's really safe to
ignore all the deps that can be ignored by this code.

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