Fix slot operator handling bug
authorSebastian Luther <SebastianLuther@gmx.de>
Mon, 25 Nov 2013 22:11:41 +0000 (23:11 +0100)
committerSebastian Luther <SebastianLuther@gmx.de>
Tue, 26 Nov 2013 09:14:54 +0000 (10:14 +0100)
commit5842e87872fd738cdfc7d0698463f1d11ffe5dee
treed073952f1b73f6777e1c9cd31425c0d2b4a98801
parent98f227be79361d83766b074403efd53f570fa3f3
Fix slot operator handling bug

emerge would backtrack once for each package that needed a rebuild.
This caused it to hit the backtrack limit and to not rebuild all
packages.
It also sometimes failed to install the packages that caused the rebuild
in the first place, making the rebuilds pointless.
This fixes bug 486580.
pym/_emerge/depgraph.py