summaryrefslogtreecommitdiff
path: root/portato/gui/queue.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-16 14:39:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-16 14:39:10 +0200
commit0538f7193a16e86751e2e0ae865c4361fd1d4f94 (patch)
tree52dd9740774f80d7f11052eafb7fe0de79b8a849 /portato/gui/queue.py
parent1a6bf40d199a59a03f3f008402e0865fb1b9fc85 (diff)
downloadportato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.tar.gz
portato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.tar.bz2
portato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.zip
Fixed the update_world with sets for <portage-2.2
Diffstat (limited to '')
-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 8b5a8dc..b5fb736 100644
--- a/portato/gui/queue.py
+++ b/portato/gui/queue.py
@@ -514,7 +514,7 @@ class EmergeQueue:
else:
it = {}
- self.doEmerge(opts, sets, it, caller = self.update_world)
+ self.doEmerge(opts, list(sets), it, caller = self.update_world)
def sync (self, command = None):
"""Calls "emerge --sync".
-01-11 17:02:21 +0000'>2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108