From 839d5c95803272546a0348743f09a8da56bc006a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 12 Sep 2008 15:54:45 +0200 Subject: Fixed block check --- portato/gui/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/queue.py') diff --git a/portato/gui/queue.py b/portato/gui/queue.py index 5ff600f..3aaeb5b 100644 --- a/portato/gui/queue.py +++ b/portato/gui/queue.py @@ -279,7 +279,7 @@ class EmergeQueue: # the slot-cp's of the packages in the queue slots = {} for c in self.iters[type]: - slots[system.new_package(c).get_slot_cp()] = cpv + slots[system.new_package(c).get_slot_cp()] = c # check the installed blocks against the slot-cp's for pkgs, block in inst[:]: -- cgit v1.2.3