From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JbkTz-0006ux-6j for garchives@archives.gentoo.org; Tue, 18 Mar 2008 22:40:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A570E07B2; Tue, 18 Mar 2008 22:40:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17A74E07B2 for ; Tue, 18 Mar 2008 22:40:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A69B466AD3 for ; Tue, 18 Mar 2008 22:40:33 +0000 (UTC) Received: from genone by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JbkTw-0008S5-Jk for gentoo-commits@lists.gentoo.org; Tue, 18 Mar 2008 22:40:32 +0000 To: gentoo-commits@lists.gentoo.org From: "Marius Mauch (genone)" Subject: [gentoo-commits] portage r9478 - main/trunk/pym/_emerge X-VCS-Repository: portage X-VCS-Revision: 9478 X-VCS-Files: main/trunk/pym/_emerge/__init__.py X-VCS-Directories: main/trunk/pym/_emerge X-VCS-Committer: genone X-VCS-Committer-Name: Marius Mauch Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Marius Mauch Date: Tue, 18 Mar 2008 22:40:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6d675379-4dbf-4f2b-a55a-599e52d6915a X-Archives-Hash: ef07069cae69674671551b29b0840254 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 --=20 gentoo-commits@lists.gentoo.org mailing list