diff options
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index b497e107f..2deeb5d78 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1027,6 +1027,7 @@ for x in scanlist: generated_manifest = False if options.mode == "manifest" or \ + 'digest' in repoman_settings.features or \ options.mode in ('commit', 'fix') and not options.pretend: auto_assumed = set() fetchlist_dict = portage.FetchlistDict(checkdir, |