Add support in depgraph._add_pkg_dep_string() for adding indirect virtual
authorZac Medico <zmedico@gentoo.org>
Mon, 14 Sep 2009 13:35:01 +0000 (13:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 Sep 2009 13:35:01 +0000 (13:35 -0000)
commit7efefdd21c9064190336770944f65a2cb38d02d7
treec866eac04b5ee06f49000a00480ac08db347379e
parentdcf62def3baf7c82ec6fad81cb7dc501f8f81566
Add support in depgraph._add_pkg_dep_string() for adding indirect virtual
deps to the graph. This takes advantage of circular dependency avoidance
that's done by dep_zapdeps, while avoiding the dependency graph distortion
reported in bug #283795.

svn path=/main/trunk/; revision=14272
pym/_emerge/depgraph.py