resume_depgraph: don't call break_refs in loop
authorZac Medico <zmedico@gentoo.org>
Sun, 8 May 2011 18:24:40 +0000 (11:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 8 May 2011 18:55:41 +0000 (11:55 -0700)
commit4bebd088c43db654e69661979d2e2d29a3073cd2
tree4dbd8109033ade151a5b8c07f17d6df4a06351e3
parent794188c21d30ee7f1ef3d0c81505689b46b1f3bf
resume_depgraph: don't call break_refs in loop

The break_refs call was unnecessary and it broke the state of the
frozen_config instance, causing the following error:

  File "pym/_emerge/depgraph.py", line 1290, in
_wrapped_add_pkg_dep_string
    inst_pkgs = vardb.match_pkgs(atom)
AttributeError: 'vardbapi' object has no attribute 'match_pkgs'
pym/_emerge/depgraph.py