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>
Tue, 5 Oct 2010 16:02:56 +0000 (09:02 -0700)
commit3c489cc0747d68f9943d832deb39c9302d37f990
tree5c6beb718b0ac8f2f780c9240afebb64a28e2967
parentd7fc6c24ee0ac931e1efdcbf000a3664a75e2a30
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