Add support to depgraph._select_atoms() to take a "parent" parameter
authorZac Medico <zmedico@gentoo.org>
Tue, 15 Apr 2008 06:13:03 +0000 (06:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 15 Apr 2008 06:13:03 +0000 (06:13 -0000)
commit9bae76041ef0cf61cda0ae8dbd331bb4a370c2f5
treebb189819353bc97c2c48d55d15eb2456120645b6
parent2326c8e24628a026ab078713dff1810d08f2f0ac
Add support to depgraph._select_atoms() to take a "parent" parameter
and use that to try and avoid unresolvable direct circular dependencies
when necessary. Also, make atom selection more consistent with the
graph to solve some cases of bug #1343. This improves the fix from
bug #141118 to work in cases when a virtual is not yet installed but
it has been pulled into the graph. For example, see the case of
in Bug #163801#c17, where we want kaffe to satisfy virtual/jdk-1.4
without an extra jvm being pulled in unnecessarily.

svn path=/main/trunk/; revision=9901
pym/_emerge/__init__.py
pym/portage/__init__.py