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 1QPlmc-00048K-U4 for garchives@archives.gentoo.org; Fri, 27 May 2011 01:24:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F0B1C011; Fri, 27 May 2011 01:23:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5F3C1C011 for ; Fri, 27 May 2011 01:23:59 +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 2D83E1B4017 for ; Fri, 27 May 2011 01:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 91E2280505 for ; Fri, 27 May 2011 01:23:58 +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: <0105b96356fc9af05af33e9ef4b2d0a662501cec.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: 0105b96356fc9af05af33e9ef4b2d0a662501cec Date: Fri, 27 May 2011 01:23:58 +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: a4a7e9d4d2296216343ac409f955adcb commit: 0105b96356fc9af05af33e9ef4b2d0a662501cec Author: Zac Medico gentoo org> AuthorDate: Fri May 27 01:26:18 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri May 27 01:26:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0105b963 autounmask_broke_use_dep: flag masked pkgs too --- pym/_emerge/depgraph.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 3dc68ff..8ad0547 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2825,9 +2825,9 @@ class depgraph(object): if not pkg.iuse.is_valid_flag(atom.unevaluated_atom.use.required= ) \ or atom.violated_conditionals(self._pkg_use_enabled(pkg), pkg.i= use.is_valid_flag).use: missing_use.append(pkg) + if atom_set_with_use.findAtomForPackage(pkg): + autounmask_broke_use_dep =3D True if not mreasons: - if atom_set_with_use.findAtomForPackage(pkg): - autounmask_broke_use_dep =3D True continue except InvalidAtom: writemsg("violated_conditionals raised " + \