Fixed --library checking when not using cache
authorSlawek <lis.slawek@gmail.com>
Thu, 28 Apr 2011 09:41:35 +0000 (11:41 +0200)
committerPaul Varner <fuzzyray@gentoo.org>
Tue, 12 Jul 2011 21:29:01 +0000 (16:29 -0500)
pym/gentoolkit/revdep_rebuild/rebuild.py

index 5385b0ed191c6c121f28bca397e926cfa7043640..834170e656b25c0fdcb2327db694882fd59c4372 100644 (file)
@@ -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'))