From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXLuu-0006Tw-Ro for garchives@archives.gentoo.org; Sun, 04 Dec 2011 23:56:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F0A21C053; Sun, 4 Dec 2011 23:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 237F521C053 for ; Sun, 4 Dec 2011 23:56:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 718641B4007 for ; Sun, 4 Dec 2011 23:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DC75780042 for ; Sun, 4 Dec 2011 23:56:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <49795425003ada6457a780ecef599ae6e507ad79.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 49795425003ada6457a780ecef599ae6e507ad79 Date: Sun, 4 Dec 2011 23:56:11 +0000 (UTC) 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: 33e318eb-e4c5-4fb1-aa29-fa65ef38f820 X-Archives-Hash: 939aefd89264022f54d568abf694af35 commit: 49795425003ada6457a780ecef599ae6e507ad79 Author: Zac Medico gentoo org> AuthorDate: Sun Dec 4 23:55:49 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Dec 4 23:55:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D49795425 fix logic from last commit --- pym/_emerge/depgraph.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 57619e0..e7307c0 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -3300,7 +3300,8 @@ class depgraph(object): # differs only by upper/lower case. identical =3D True for cp_orig in orig_cp_map[other_cp]: - if cp_orig !=3D cp: + if portage.catsplit(cp_orig)[1] !=3D \ + portage.catsplit(atom.cp)[1]: identical =3D False break if identical: