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 1RF1lO-0006Go-Ax for garchives@archives.gentoo.org; Sat, 15 Oct 2011 10:46:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C07921C0B3; Sat, 15 Oct 2011 10:46:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F3BAF21C0B3 for ; Sat, 15 Oct 2011 10:46:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 285511B4021 for ; Sat, 15 Oct 2011 10:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6B50880042 for ; Sat, 15 Oct 2011 10:46:37 +0000 (UTC) From: "Александр Берсенев" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Александр Берсенев" Message-ID: <1ffe071cc64ab5d90b6c6ec61abf2310b3d73279.bay@gentoo> Subject: [gentoo-commits] proj/autodep:master commit in: portage_with_autodep/pym/_emerge/ X-VCS-Repository: proj/autodep X-VCS-Files: portage_with_autodep/pym/_emerge/EventsAnalyser.py X-VCS-Directories: portage_with_autodep/pym/_emerge/ X-VCS-Committer: bay X-VCS-Committer-Name: Александр Берсенев X-VCS-Revision: 1ffe071cc64ab5d90b6c6ec61abf2310b3d73279 Date: Sat, 15 Oct 2011 10:46:37 +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: 3bb8ee4efd47e392fc79f0fecc0a2229 commit: 1ffe071cc64ab5d90b6c6ec61abf2310b3d73279 Author: Alexander Bersenev hackerdom ru> AuthorDate: Sat Oct 15 16:46:07 2011 +0000 Commit: =D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 =D0=91= =D0=B5=D1=80=D1=81=D0=B5=D0=BD=D0=B5=D0=B2 hackerdom ru> CommitDate: Sat Oct 15 16:46:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/autodep.git;a= =3Dcommit;h=3D1ffe071c disable pdb exec --- portage_with_autodep/pym/_emerge/EventsAnalyser.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/portage_with_autodep/pym/_emerge/EventsAnalyser.py b/portage= _with_autodep/pym/_emerge/EventsAnalyser.py index da4ba93..0f2d2dd 100644 --- a/portage_with_autodep/pym/_emerge/EventsAnalyser.py +++ b/portage_with_autodep/pym/_emerge/EventsAnalyser.py @@ -107,7 +107,7 @@ class PortageUtils: """ ret=3Dset() =20 - import pdb; pdb.set_trace() + #import pdb; pdb.set_trace() # get porttree dependencies on the first package =20 pkg =3D self.get_best_visible_pkg(pkg,db)=09