summaryrefslogtreecommitdiff
path: root/portato/backend
diff options
context:
space:
mode:
authornecoro <>2007-02-06 11:57:18 +0000
committernecoro <>2007-02-06 11:57:18 +0000
commit7424d41cdb946063ef686ce212885f11ab41166a (patch)
treece9cfb8753530a4685157c31f15a3a3d1ff37b3a /portato/backend
parent24cb681c192e4ed835a75e626c0f23237886797f (diff)
downloadportato-7424d41cdb946063ef686ce212885f11ab41166a.tar.gz
portato-7424d41cdb946063ef686ce212885f11ab41166a.tar.bz2
portato-7424d41cdb946063ef686ce212885f11ab41166a.zip
bug fix in update_world
Diffstat (limited to '')
-rw-r--r--portato/backend/portage_helper.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/portato/backend/portage_helper.py b/portato/backend/portage_helper.py
index 1cc952f..be4c76c 100644
--- a/portato/backend/portage_helper.py
+++ b/portato/backend/portage_helper.py
@@ -324,11 +324,7 @@ def update_world (newuse = False, deep = False):
world.close()
# append system packages
- sys = find_all_system_packages()
- for x in sys:
- if x[0] == "*": # some packages are stored with a '*' at the front - ignore it
- x = x[1:]
- packages.append(x.strip())
+ packages.extend(unique_array([p.get_cp() for p in find_all_system_packages()]))
def get_new_packages (packages):
new_packages = []
'>-2/+2 2013-10-22cwd-spawn: Use M-Return instead of M-o for consistency.René 'Necoro' Neumann1-2/+2 2013-10-22Add cwd-spawn to urxvt to allow spawning a new terminal from the currentRené 'Necoro' Neumann3-2/+199 working dir. 2013-10-22Use chpwd_functions and precmd_functions instead of putting everything inRené 'Necoro' Neumann1-19/+23 precmd(). 2013-09-30urxvt: execute the wgetpaste check each timeRené 'Necoro' Neumann1-2/+5 2013-09-30urxvt: wgetpaste fixRené 'Necoro' Neumann1-4/+4 2013-09-30Allow HOME variable in .Xresources.René 'Necoro' Neumann2-3/+3 2013-09-30wgetpaste support for urxvt.René 'Necoro' Neumann2-1/+28 2013-09-30Urxvt autotransform for <filename>:<line>.René 'Necoro' Neumann1-1/+4 2013-09-30Remove tabbed(x) from urxvt. We use i3 -- no need for it.René 'Necoro' Neumann1-9/+0 2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1 2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0 2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0 versions. And it wasn't used anyway. 2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1 2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0 2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13 2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1 2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13