From fb3e075f98e096543cbfafe2e0588fbbd80229a7 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 18 Mar 2008 22:40:31 +0000 Subject: fix artifact from r9477 svn path=/main/trunk/; revision=9478 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22