depgraph: don't distort edges for virtuals
authorZac Medico <zmedico@gentoo.org>
Sat, 12 Feb 2011 06:09:30 +0000 (22:09 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 12 Feb 2011 06:09:30 +0000 (22:09 -0800)
commit0582c0fefb8549cbfe945aa588a0646871346730
treef89f7088e8de188a47d3c97a119443cd20f4060e
parent5b16e0d800f34dc90cdd8c505172ad16b97f0af4
depgraph: don't distort edges for virtuals

In _add_pkg_dep_string(), _add_pkg() was called with generated
Dependency instances that created fake/distorted edges in the
graph for new-style virtuals (similar to those that were fixed
in commit 5b16e0d800f34dc90cdd8c505172ad16b97f0af4). Now there
won't be any such distorted edges.
pym/_emerge/depgraph.py