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 1RDKM0-0007co-RV for garchives@archives.gentoo.org; Mon, 10 Oct 2011 18:13:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C2021C080; Mon, 10 Oct 2011 18:13:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3011F21C080 for ; Mon, 10 Oct 2011 18:13:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A193D1B4009 for ; Mon, 10 Oct 2011 18:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 180E380042 for ; Mon, 10 Oct 2011 18:13:24 +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: <8b3e8d22a5b933b5aa7c0b6440ac1b3f29237f1d.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/Scheduler.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8b3e8d22a5b933b5aa7c0b6440ac1b3f29237f1d Date: Mon, 10 Oct 2011 18:13:24 +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: 623b93172091913e6c71de2f19b5b854 commit: 8b3e8d22a5b933b5aa7c0b6440ac1b3f29237f1d Author: Zac Medico gentoo org> AuthorDate: Mon Oct 10 18:13:12 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Oct 10 18:13:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D8b3e8d22 Scheduler: fix myopts typo from last commit --- pym/_emerge/Scheduler.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index 11a72f3..95cc104 100644 --- a/pym/_emerge/Scheduler.py +++ b/pym/_emerge/Scheduler.py @@ -304,7 +304,7 @@ class Scheduler(PollScheduler): """ self._set_graph_config(graph_config) self._blocker_db =3D {} - dynamic_deps =3D myopts.get("--dynamic-deps", "y") !=3D "n" + dynamic_deps =3D self.myopts.get("--dynamic-deps", "y") !=3D "n" for root in self.trees: if graph_config is None: fake_vartree =3D FakeVartree(self.trees[root]["root_config"],