Implement a "consistent" depgraph parameter (enabled by --consistent)
authorZac Medico <zmedico@gentoo.org>
Tue, 30 Oct 2007 21:25:29 +0000 (21:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 30 Oct 2007 21:25:29 +0000 (21:25 -0000)
commit38fc97f83f41cf92ac4bb11b718ec098c4762802
treeb88201bf30da253ff7c25e330f0969bbf0d3936f
parent832a8feeae557e3a0643954cb29c000c407b10e6
Implement a "consistent" depgraph parameter (enabled by --consistent)
that can be used ensure that installation of new packages does not
break any deep dependencies of required sets (args, system, or world).
Unfortunately, the performance penalty for small dep calculations is
too great to enable this parameter by default. At least it will be
useful for testing backtracking behavior when that is implemented.

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