Add nodes to the fakedb in depgraph.create instead of depgraph.select_deps. It used...
authorZac Medico <zmedico@gentoo.org>
Sat, 21 Oct 2006 04:19:03 +0000 (04:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 21 Oct 2006 04:19:03 +0000 (04:19 -0000)
commit12e4ce7cea8250e1c00ddc5b566f5e19afb76f13
treed68592857e99a542201afef31eceb8ba05a91d74
parent8f3884d852303ce84922774309cacdfd35427009
Add nodes to the fakedb in depgraph.create instead of depgraph.select_deps.  It used to be in select_deps only for the case of packages that depend on themselves for bootstrap, but that hack isn't needed anymore because dep_check returns all deps now.

svn path=/main/trunk/; revision=4776
bin/emerge