if m is not None:
for el in m.group(1).split(' '):
el = el.strip()
- if len(el) < 1 or el.startswith('-L'):
+ if len(el) < 1 or el.startswith('-L') or el.startswith('-R'):
continue
if el.startswith('-l') and 'lib'+el[2:] in libnames:
else:
found_directories.append(l)
elif os.path.isfile(l):
- if l.endswith('.so') or '.so.' in l:
+ if l.endswith('.so') or '.so.' or l.endswith('.a') in l:
if l in found_files or l in found_symlinks:
continue
emerge_command = emerge_command
- logger.warn(yellow('\nemerge') + args + ' --oneshot ' + bold(emerge_command))
+ logger.warn(yellow('\nemerge') + args + ' --oneshot --complete-graph=y ' + bold(emerge_command))
- success = os.system('emerge ' + args + ' --oneshot ' + emerge_command)
+ success = os.system('emerge ' + args + ' --oneshot --complete-graph=y ' + emerge_command)
return success
yellow('This is a development version, '
'so it may not work correctly'))
logger.warn(blue(' * ') +
- yellow('Adding --pretend to portage options anyway'))
- logger.info(blue(' * ') +
- 'If you\'re sure, you can add --no-pretend to revdep options')
- settings['PRETEND'] = True
+ yellow('The original revdep-rebuild script is installed as revdep-rebuild.sh'))
analyze_cache = {}
if settings['USE_TMP_FILES'] \