From: Marius Mauch Date: Tue, 18 Mar 2008 22:40:31 +0000 (-0000) Subject: fix artifact from r9477 X-Git-Tag: v2.2_pre5~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb3e075f98e096543cbfafe2e0588fbbd80229a7;p=portage.git fix artifact from r9477 svn path=/main/trunk/; revision=9478 --- 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