Enable depgraph._load_vdb() with --buildpkgonly.
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Oct 2010 14:25:49 +0000 (07:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Oct 2010 14:25:49 +0000 (07:25 -0700)
commitfbb32a12a4dc8dcff4370a0e4a64cce111c2ec31
tree37755192a9a3dc1a96cd45ba887c97342c2defe5
parenta6c6eadd2c96dc1d442baee06508a7bcf11f13d2
Enable depgraph._load_vdb() with --buildpkgonly.

The --buildpkgonly option does not negate the need for _load_vdb(),
at least not with the --resume option since otherwise the
select_pkg_from_graph() method fails to select installed packages.
pym/_emerge/depgraph.py