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 1Plp6A-0003m5-DB for garchives@archives.gentoo.org; Sat, 05 Feb 2011 20:51:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF4411C063; Sat, 5 Feb 2011 20:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AABC1C063 for ; Sat, 5 Feb 2011 20:51:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEC81B4053 for ; Sat, 5 Feb 2011 20:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 77FE1800B1 for ; Sat, 5 Feb 2011 12:25:07 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <99883fc79e984177d7c5a1e245518f1d76e3e990.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/dep/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dep/__init__.py X-VCS-Directories: pym/portage/dep/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 99883fc79e984177d7c5a1e245518f1d76e3e990 Date: Sat, 5 Feb 2011 12:25:07 +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: X-Archives-Hash: 45df3f357da7e189614ea82517147745 commit: 99883fc79e984177d7c5a1e245518f1d76e3e990 Author: Zac Medico gentoo org> AuthorDate: Sat Feb 5 00:27:25 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 5 00:27:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D99883fc7 check_required_use: remove obsolete hunk --- pym/portage/dep/__init__.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/pym/portage/dep/__init__.py b/pym/portage/dep/__init__.py index 571f6c1..cf83e0a 100644 --- a/pym/portage/dep/__init__.py +++ b/pym/portage/dep/__init__.py @@ -2253,15 +2253,6 @@ def check_required_use(required_use, use, iuse_mat= ch): node._parent._children.append(child) if isinstance(child, _RequiredUseBranch): child._parent =3D node._parent - else: - for index, child in enumerate(node._children): - if isinstance(child, _RequiredUseBranch) and \ - child._operator is None and \ - len(child._children) =3D=3D 1: - child =3D child._children[0] - node._children[index] =3D child - if isinstance(child, _RequiredUseBranch): - child._parent =3D node =20 node =3D node._parent else: