summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portato/gui/queue.py2
1 files changed, 1 insertions, 1 deletions
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[:]: