From: Slawek Date: Thu, 28 Apr 2011 09:41:35 +0000 (+0200) Subject: Fixed --library checking when not using cache X-Git-Tag: gentoolkit-0.3.0.5~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32a725f9f33c6bd3036f13cac5363717157ac494;p=gentoolkit.git Fixed --library checking when not using cache --- diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_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=None, logger=None): binaries=binaries, _libs_to_check=_libs_to_check) else: - assigned = analyse(settings, logger) + assigned = analyse(settings, logger, _libs_to_check=_libs_to_check) if not assigned: logger.warn('\n' + bold('Your system is consistent'))