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 1QFNpN-000836-Ms for garchives@archives.gentoo.org; Thu, 28 Apr 2011 09:48:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CFF1C010; Thu, 28 Apr 2011 09:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D42FB1C010 for ; Thu, 28 Apr 2011 09:47:56 +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 287251B4087 for ; Thu, 28 Apr 2011 09:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4515480505 for ; Thu, 28 Apr 2011 09:47:55 +0000 (UTC) From: "Sławek Lis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sławek Lis" Message-ID: <350ab06e0d40942519bc686cc0ef099bcd8cba52.slis@gentoo> Subject: [gentoo-commits] proj/gentoolkit:revdep-rebuild commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: slis X-VCS-Committer-Name: Sławek Lis X-VCS-Revision: 350ab06e0d40942519bc686cc0ef099bcd8cba52 Date: Thu, 28 Apr 2011 09:47:55 +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: 58a0930ee62c7e90b0676f26d1430626 commit: 350ab06e0d40942519bc686cc0ef099bcd8cba52 Author: Slawek gmail com> AuthorDate: Thu Apr 28 09:41:35 2011 +0000 Commit: S=C5=82awek Lis gmail com> CommitDate: Thu Apr 28 09:41:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3D350ab06e Fixed --library checking when not using cache --- pym/gentoolkit/revdep_rebuild/rebuild.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/re= vdep_rebuild/rebuild.py index 5385b0e..834170e 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -211,7 +211,7 @@ def main(settings=3DNone, logger=3DNone): binaries=3Dbinaries, _libs_to_check=3D_libs_to_check) else: - assigned =3D analyse(settings, logger) + assigned =3D analyse(settings, logger, _libs_to_check=3D_libs_to_check= ) =20 if not assigned: logger.warn('\n' + bold('Your system is consistent'))