Bug #264434 - Delay evaluation of all disjunctive (virtual and ||)
authorZac Medico <zmedico@gentoo.org>
Fri, 19 Jun 2009 20:19:30 +0000 (20:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 19 Jun 2009 20:19:30 +0000 (20:19 -0000)
commite6a9e9692a8e98ccf45d90447ae083619b6f47f9
treed659292a3d5d0e2f7e6ef41d31df98a9cc53a06d
parentf188808244e7f24589825ce470d59df77b9d754b
Bug #264434 - Delay evaluation of all disjunctive (virtual and ||)
dependencies. Evaluting disjuctions as late as possible allows better
decisions since the graph is more complete when the decisions are made.
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for the initial
patch.

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