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:30:19 +0000 (07:30 -0700)
commit050275726f9b760fffe7de882bb84eb364ea8a31
tree87beb1913517b3601138d9e0f1cf1f103e015bbd
parent29f7a4ba834261f4da971b0bdd98a5c86637a632
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