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 1Qgkmb-0002FO-85 for garchives@archives.gentoo.org; Tue, 12 Jul 2011 21:46:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFEDD21C27C; Tue, 12 Jul 2011 21:45:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE0BD21C27C for ; Tue, 12 Jul 2011 21:45:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61C8C2AC239 for ; Tue, 12 Jul 2011 21:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C2EC480042 for ; Tue, 12 Jul 2011 21:45:27 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <32a725f9f33c6bd3036f13cac5363717157ac494.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit 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: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 32a725f9f33c6bd3036f13cac5363717157ac494 Date: Tue, 12 Jul 2011 21:45:27 +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: 84e8b1b21a81442d70ef6ed6561debab commit: 32a725f9f33c6bd3036f13cac5363717157ac494 Author: Slawek gmail com> AuthorDate: Thu Apr 28 09:41:35 2011 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Jul 12 21:29:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3D32a725f9 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'))