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 1SRXOx-0001S4-6c for garchives@archives.gentoo.org; Mon, 07 May 2012 23:31:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 770E5E0B22; Mon, 7 May 2012 23:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 45903E0B22 for ; Mon, 7 May 2012 23:31:27 +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 A61D31B4013 for ; Mon, 7 May 2012 23:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 53561E542D for ; Mon, 7 May 2012 23:31:25 +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: <1336433473.1e9d69c907049cc841e6cf2c139896776d17b77a.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: 1e9d69c907049cc841e6cf2c139896776d17b77a X-VCS-Branch: master Date: Mon, 7 May 2012 23:31:25 +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: 473852c7-210e-4ef7-90c2-ada632af9b06 X-Archives-Hash: fe13dbd6aaf6a1c600246d5b6d715a04 commit: 1e9d69c907049cc841e6cf2c139896776d17b77a Author: Magnus Granberg gentoo org> AuthorDate: Mon May 7 23:31:13 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon May 7 23:31:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D1e9d69c9 add _show_unsatisfied_dep in build_queru.py part2 --- 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 84f8b0d..1d5bea7 100644 --- a/gobs/pym/build_queru.py +++ b/gobs/pym/build_queru.py @@ -20,7 +20,7 @@ import logging from gobs.manifest import gobs_manifest from gobs.depclean import main_depclean from gobs.flags import gobs_use_flags -from gobs.depgraph import depgraph backtrack_depgraph +from _emerge.depgraph import depgraph, backtrack_depgraph =20 from portage import _encodings from portage import _unicode_decode