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