Change depgraph._slot_collision_info() from a set to a dict that contains
authorZac Medico <zmedico@gentoo.org>
Mon, 1 Dec 2008 19:02:33 +0000 (19:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 1 Dec 2008 19:02:33 +0000 (19:02 -0000)
commit055c872570ec5e440853a01f0739ff29767d8398
tree842f158ac35190f692ea03ec0771b21e8daf4fb3
parentf541057b7dde885d3aa2a4014721a37fa223a408
Change depgraph._slot_collision_info() from a set to a dict that contains
sets of packages pulled into a given slot. This will make the data easier
to analyze when implementing a fix for bug #249185. (trunk r12124)

svn path=/main/branches/2.1.6/; revision=12127
pym/_emerge/__init__.py