Inside depgraph.loadResumeCommand(), ignore unsatisified dependencies that
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:18:49 +0000 (03:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:18:49 +0000 (03:18 -0000)
commit9e7bf33c3e1513787a2470f020e4600c5afb8b14
treef0cfcb807f26f8456dc5064ae80dafc7cccbe499
parent122443d1f1a278dccc6220d4fe4209137481f4d7
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. (trunk r12541)

svn path=/main/branches/2.1.6/; revision=12827
pym/_emerge/__init__.py