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 1SRXT9-0002so-89 for garchives@archives.gentoo.org; Mon, 07 May 2012 23:36:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1CDE0B22; Mon, 7 May 2012 23:35:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 49B98E0B22 for ; Mon, 7 May 2012 23:35:47 +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 813D31B4006 for ; Mon, 7 May 2012 23:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E402E542D for ; Mon, 7 May 2012 23:35:45 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1336433729.867a375042c5553881c4f39534c263b59ad09741.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/build_queru.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 867a375042c5553881c4f39534c263b59ad09741 X-VCS-Branch: master Date: Mon, 7 May 2012 23:35:45 +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: 31eaa7ae-5afc-4e0c-aa31-9e18c25232a5 X-Archives-Hash: a2bba6308e0baa70de63fbd37a40dc37 commit: 867a375042c5553881c4f39534c263b59ad09741 Author: Magnus Granberg gentoo org> AuthorDate: Mon May 7 23:35:29 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon May 7 23:35:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D867a3750 add _show_unsatisfied_dep in build_queru.py part3 --- gobs/pym/build_queru.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/build_queru.py b/gobs/pym/build_queru.py index 1d5bea7..90d6347 100644 --- a/gobs/pym/build_queru.py +++ b/gobs/pym/build_queru.py @@ -196,7 +196,7 @@ class queruaction(object): backtrack_mask =3D True if not mreasons and mydepgraph._frozen_config.excluded_pkgs.findA= tomForPackage(pkg, \ modified_use=3Dmydepgraph._pkg_use_enabled(pkg)): - mreasons =3D ["exclude option"] + mreasons =3D ["exclude option"] if mreasons: masked_pkg_instances.add(pkg) if atom.unevaluated_atom.use: