summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/backend/portage_helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/backend/portage_helper.py b/portato/backend/portage_helper.py
index 42b1d19..1cc952f 100644
--- a/portato/backend/portage_helper.py
+++ b/portato/backend/portage_helper.py
@@ -153,7 +153,7 @@ def find_system_packages ():
resolved.append(pkg)
else:
unresolved.append(cpv)
- return (geneticize_list(resolved), geneticize_list(unresolved))
+ return (resolved, geneticize_list(unresolved))
def find_world_packages ():
"""Looks for all packages saved in the world-file.
@@ -173,7 +173,7 @@ def find_world_packages ():
resolved.append(pkg)
else:
unresolved.append(cpv)
- return (geneticize_list(resolved), geneticize_list(unresolved))
+ return (resolved, geneticize_list(unresolved))
def find_all_installed_packages (name=None, withVersion=True):
"""Finds all installed packages matching a name or all if no name is specified.
ns'>+3479 2009-08-31Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11 2009-08-31Removed TODO. Renamed ChangeLog to TODORené 'Necoro' Neumann2-40/+0 2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8 2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1 2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687 2009-08-15Update spanish translationDaniel Halens1-245/+258 2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0