* [gentoo-commits] portage r9478 - main/trunk/pym/_emerge
@ 2008-03-18 22:40 Marius Mauch (genone)
0 siblings, 0 replies; only message in thread
From: Marius Mauch (genone) @ 2008-03-18 22:40 UTC (permalink / raw
To: gentoo-commits
Author: genone
Date: 2008-03-18 22:40:31 +0000 (Tue, 18 Mar 2008)
New Revision: 9478
Modified:
main/trunk/pym/_emerge/__init__.py
Log:
fix artifact from r9477
Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py 2008-03-18 22:36:57 UTC (rev 9477)
+++ main/trunk/pym/_emerge/__init__.py 2008-03-18 22:40:31 UTC (rev 9478)
@@ -5105,7 +5105,7 @@
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
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-18 22:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 22:40 [gentoo-commits] portage r9478 - main/trunk/pym/_emerge Marius Mauch (genone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox