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.
for myroot in self._frozen_config.trees:
preload_installed_pkgs = \
- "--nodeps" not in self._frozen_config.myopts and \
- "--buildpkgonly" not in self._frozen_config.myopts
+ "--nodeps" not in self._frozen_config.myopts
fake_vartree = self._frozen_config.trees[myroot]["vartree"]
if not fake_vartree.dbapi: