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 1QSL6b-0004t9-VY for garchives@archives.gentoo.org; Fri, 03 Jun 2011 03:31:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D381C086; Fri, 3 Jun 2011 03:31:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C9D61C086 for ; Fri, 3 Jun 2011 03:31:17 +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 7F1401B4021 for ; Fri, 3 Jun 2011 03:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E8B0280506 for ; Fri, 3 Jun 2011 03:31:16 +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: 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: bbe046fb2a74929db656b313234db3e691f3dc74 Date: Fri, 3 Jun 2011 03:31:16 +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: 7b35aef7ed8c487150957dfeac04fed7 commit: bbe046fb2a74929db656b313234db3e691f3dc74 Author: Zac Medico gentoo org> AuthorDate: Fri Jun 3 03:31:02 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jun 3 03:31:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dbbe046fb add_pkg_dep_string: remove unused root_slot var --- pym/_emerge/depgraph.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 98cc88d..5314b5e 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -1488,7 +1488,6 @@ class depgraph(object): =20 mypriority =3D dep_priority.copy() if not atom.blocker: - root_slot =3D (pkg.root, pkg.slot_atom) inst_pkgs =3D [inst_pkg for inst_pkg in vardb.match_pkgs(atom) if not reinstall_atoms.findAtomForPackage(inst_pkg, modified_use=3Dself._pkg_use_enabled(inst_pkg))]