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>
Mon, 14 Feb 2011 04:25:15 +0000 (20:25 -0800)
commit315a6d6872d0f4b6a36844de97fd172bbec3a90d
treec061f3113385287cd96fcdc82d2b7aa59d8ff0c6
parenta81a22889c1eaec729badb498adc3b381b77818e
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