slot collision handler: Prevent excessive running time
authorSebastian Luther <SebastianLuther@gmx.de>
Mon, 11 Oct 2010 16:28:20 +0000 (18:28 +0200)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 01:50:37 +0000 (18:50 -0700)
commitfcb51c76cedc362bfcbf0c567fe42207f1e24f05
treeeefcd179e61592e36537f26bea0e635094a3b82d
parent89ed5a5f80c782477ce186610aaa64aaecc93943
slot collision handler: Prevent excessive running time

The number of configurations to check grows exponentially in the number
of conflict_pkgs. To prevent excessive running times, only check the
"all-ebuild" configuration, if the number of conflict packages is
too large.
pym/_emerge/resolver/slot_collision.py