From ddabed641fcf824d3f27e068674145211fa530dd Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 18 Feb 2014 10:08:00 -0800 Subject: revdep_rebuild/analyse.py: Remove the -n option from the scanelf parameters. It is not needed when using the -F option. --- pym/gentoolkit/revdep_rebuild/analyse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py index 0c22b0e..64aca04 100644 --- a/pym/gentoolkit/revdep_rebuild/analyse.py +++ b/pym/gentoolkit/revdep_rebuild/analyse.py @@ -30,7 +30,7 @@ def scan_files(libs_and_bins, cmd_max_args, logger): ''' stime = current_milli_time() scanned_files = {} # {bits: {soname: (filename, needed), ...}, ...} - lines = scan(['-nBF', '%F %f %S %n %M'], + lines = scan(['-BF', '%F %f %S %n %M'], libs_and_bins, cmd_max_args, logger) ftime = current_milli_time() logger.debug("\tscan_files(); total time to get scanelf data is " -- cgit v1.2.3