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:24:40 +0000 (11:24 -0700)
commit98b0a31bf0c3cc9dce6788eae4beee04ce354791
tree281244614445a6aeadd31aaf194f38b10cbc4289
parent05b16b9d1c4eacc3442b78152f46f5d07943de97
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