svn path=/main/trunk/; revision=10080
if candidates:
stop = False
installed_sets += candidates
+ installed_sets = [x for x in installed_sets if x not in root_config.setconfig.active]
del stop, pos
# we don't want to unmerge packages that are still listed in user-editable package sets
if clean_world:
sets["world"].cleanPackage(vartree.dbapi, y)
emergelog(xterm_titles, " >>> unmerge success: "+y)
- if clean_world_
+ if clean_world:
for s in root_config.setconfig.active:
sets["world"].remove(SETPREFIX+s)
return 1