From 3c52ca58438e77d791a5cd5a2e3e0427445e93c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 11 Apr 2010 00:12:25 +0200 Subject: Fix the stuff merged in from atom --- portato/backend/portage/system.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'portato/backend/portage/system.py') 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 -- cgit v1.2.3