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 1SiGbx-0007RJ-Ve for garchives@archives.gentoo.org; Sat, 23 Jun 2012 03:02:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C01DFE0B09; Sat, 23 Jun 2012 03:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95842E0B09 for ; Sat, 23 Jun 2012 03:01:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0638F1B4024 for ; Sat, 23 Jun 2012 03:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B3DBEE5430 for ; Sat, 23 Jun 2012 03:01:55 +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: <1340420503.fa68712ab045dce1d0e50d9252e02329d2d9f75b.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: fa68712ab045dce1d0e50d9252e02329d2d9f75b X-VCS-Branch: master Date: Sat, 23 Jun 2012 03:01:55 +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: dd0ecf51-5efd-44f1-93ab-8941dd317825 X-Archives-Hash: 174f2c2c9ba79226e1fc65d047bc6b16 commit: fa68712ab045dce1d0e50d9252e02329d2d9f75b Author: Zac Medico gentoo org> AuthorDate: Sat Jun 23 03:01:43 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jun 23 03:01:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dfa68712a depgraph: fix broken _complete_mode assignment --- pym/_emerge/depgraph.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index a2654aa..039dbdc 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -4626,7 +4626,7 @@ class depgraph(object): # scheduled for replacement. Also, toggle the "deep" # parameter so that all dependencies are traversed and # accounted for. - self._complete_mode =3D True + self._dynamic_config._complete_mode =3D True self._select_atoms =3D self._select_atoms_from_graph if "remove" in self._dynamic_config.myparams: self._select_package =3D self._select_pkg_from_installed