summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-03-18 22:40:31 +0000
committerMarius Mauch <genone@gentoo.org>2008-03-18 22:40:31 +0000
commitfb3e075f98e096543cbfafe2e0588fbbd80229a7 (patch)
treebbe1f5331bdb0f78f74de86834b5364b24b0c64e /pym
parent6bbaf06ae7dc49b19945894243bfd5f7cce7f1a9 (diff)
downloadportage-fb3e075f98e096543cbfafe2e0588fbbd80229a7.tar.gz
portage-fb3e075f98e096543cbfafe2e0588fbbd80229a7.tar.bz2
portage-fb3e075f98e096543cbfafe2e0588fbbd80229a7.zip
fix artifact from r9477
svn path=/main/trunk/; revision=9478
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 38157e5c1..ad09a1161 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5105,7 +5105,7 @@ def unmerge(root_config, myopts, unmerge_action,
y not in pkgmap[x]["selected"] and \
y not in pkgmap[x]["protected"] and \
y not in all_selected:
- pkgmap[x]["omitted"].append(y)
+ pkgmap[x]["omitted"].add(y)
if global_unmerge and not pkgmap[x]["selected"]:
#avoid cluttering the preview printout with stuff that isn't getting unmerged
continue