diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-16 14:39:10 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-16 14:39:10 +0200 |
commit | 0538f7193a16e86751e2e0ae865c4361fd1d4f94 (patch) | |
tree | 52dd9740774f80d7f11052eafb7fe0de79b8a849 /portato/gui/queue.py | |
parent | 1a6bf40d199a59a03f3f008402e0865fb1b9fc85 (diff) | |
download | portato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.tar.gz portato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.tar.bz2 portato-0538f7193a16e86751e2e0ae865c4361fd1d4f94.zip |
Fixed the update_world with sets for <portage-2.2
Diffstat (limited to 'portato/gui/queue.py')
-rw-r--r-- | portato/gui/queue.py | 2 |
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". |