In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverse
authorZac Medico <zmedico@gentoo.org>
Thu, 26 Feb 2009 07:50:49 +0000 (07:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 Feb 2009 07:50:49 +0000 (07:50 -0000)
commitdbe8584ad36f01ef3fdb1ca4245d346c181f972e
tree1319785a548074e2408539a5ef96117c0de5eea1
parentbd75495cc5771726084073d20ab556205cb2521e
In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverse
completed 'merge' nodes since those are the only ones that need to be checked
for unsatisfied runtime deps, and it's normal for nodes that aren't yet
complete to have unsatisfied runtime deps.

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