projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d95a9
)
Fixed --library checking when not using cache
author
Slawek
<lis.slawek@gmail.com>
Thu, 28 Apr 2011 09:41:35 +0000
(11:41 +0200)
committer
Paul Varner
<fuzzyray@gentoo.org>
Tue, 12 Jul 2011 21:29:01 +0000
(16:29 -0500)
pym/gentoolkit/revdep_rebuild/rebuild.py
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/revdep_rebuild/rebuild.py
b/pym/gentoolkit/revdep_rebuild/rebuild.py
index 5385b0ed191c6c121f28bca397e926cfa7043640..834170e656b25c0fdcb2327db694882fd59c4372 100644
(file)
--- 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'))