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 1PlWeG-0006HP-CN for garchives@archives.gentoo.org; Sat, 05 Feb 2011 01:09:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD11DE075B; Sat, 5 Feb 2011 01:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FA7CE075B for ; Sat, 5 Feb 2011 01:09:04 +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 14E0B1B4018 for ; Sat, 5 Feb 2011 01:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7215F80076 for ; Sat, 5 Feb 2011 00:59:38 +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: <2adc4b170114808b688df080bd5428feda61a425.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:2.1.9 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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2adc4b170114808b688df080bd5428feda61a425 Date: Sat, 5 Feb 2011 00:59:38 +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: 22524768ef5021423b6d24c1a5b5be6e commit: 2adc4b170114808b688df080bd5428feda61a425 Author: Zac Medico gentoo org> AuthorDate: Sat Feb 5 00:27:25 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Feb 5 00:31:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D2adc4b17 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: