summaryrefslogtreecommitdiff
path: root/portato/backend/portage/system.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 00:12:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 00:12:25 +0200
commit3c52ca58438e77d791a5cd5a2e3e0427445e93c2 (patch)
tree4c9831793ed004a2cc13cab5ac0d248613f552ad /portato/backend/portage/system.py
parent867f1e0b8a8401a82a96daaa998202cc2adcc07f (diff)
downloadportato-3c52ca58438e77d791a5cd5a2e3e0427445e93c2.tar.gz
portato-3c52ca58438e77d791a5cd5a2e3e0427445e93c2.tar.bz2
portato-3c52ca58438e77d791a5cd5a2e3e0427445e93c2.zip
Fix the stuff merged in from atom
Diffstat (limited to '')
-rw-r--r--portato/backend/portage/system.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py
index 34d2b5c..b882237 100644
--- a/portato/backend/portage/system.py
+++ b/portato/backend/portage/system.py
@@ -213,6 +213,8 @@ class PortageSystem (SystemInterface):
if (not only_cpv) and with_version:
result = map(self.new_package, result)
+ else:
+ result = list(result)
return result