Optimize the new --skipfirst code so that in only has to build
authorZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 02:08:25 +0000 (02:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 02:08:25 +0000 (02:08 -0000)
commitfecc6af2264ea2d62121bc545fe7817c26956058
tree55f215f793b3f4633b353d9e4e344fa0e025e53e
parent6887a42fea71a30e410ad439ca25752a3d372f4c
Optimize the new --skipfirst code so that in only has to build
a new depgraph one time when there are unsatisfied deps. This
works by recursively traversing the digraph to remove the parent
packages whose deps become unsatisfied when their dependencies are
pruned from the mergelist. (trunk r10512:10514)

svn path=/main/branches/2.1.2/; revision=10515
bin/emerge