summaryrefslogtreecommitdiff
path: root/portato/backend/portage
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 11:50:38 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 11:50:38 +0200
commit3b446c965b7319ed56d69057743220c8278e0703 (patch)
tree12a61ce6c916ab6347cb54bc3ae4c89e459d0ab4 /portato/backend/portage
parent58f6704d1f3a178781229e9c7c0c4145d0b3e8ac (diff)
downloadportato-3b446c965b7319ed56d69057743220c8278e0703.tar.gz
portato-3b446c965b7319ed56d69057743220c8278e0703.tar.bz2
portato-3b446c965b7319ed56d69057743220c8278e0703.zip
Cleaned up interface
Diffstat (limited to 'portato/backend/portage')
-rw-r--r--portato/backend/portage/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py
index d07fa6d..0b5124c 100644
--- a/portato/backend/portage/system.py
+++ b/portato/backend/portage/system.py
@@ -270,7 +270,7 @@ class PortageSystem (SystemInterface):
t = unique_array(t)
t.sort()
- return geneticize_list(t, only_cpv)
+ return geneticize_list(t, only_cpv or not with_version)
def __find_resolved_unresolved (self, list, check, only_cpv = False):
"""Checks a given list and divides it into a "resolved" and an "unresolved" part.