Make depgraph creation more tolerant of missing or masked packages when
authorZac Medico <zmedico@gentoo.org>
Mon, 31 Mar 2008 18:00:40 +0000 (18:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 31 Mar 2008 18:00:40 +0000 (18:00 -0000)
commit243bd053a3cb52c404c4ecc5e9e77b18be0fcf2d
tree3a9ff932c29ae6cbdb4cbaf733aa539f77b72fdf
parent02645e59fc058b74c35cc9409368a10ed64e18aa
Make depgraph creation more tolerant of missing or masked packages when
the relevant deps are satisfied by installed packages. This kind of
friendliness is especially desired in cases such as --emptytree where
it might not be possible to reinstall every single package. Also, it
allows multislot atoms from the world file (that are necessary to prevent
them from being removed by depclean) trigger warning messages while
still allowing a --emptytree to proceed.

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