summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 39c92902c..99cbdfadd 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -807,7 +807,7 @@ for x in scanlist:
else:
stats["digest.partial"] += 1
fails["digest.partial"].append(y+"::"+myf)
- else:
+ elif "assume-digests" not in portage.features:
if os.path.exists(myff):
if not portage_checksum.verify_all(myff, mydigests[myf]):
stats["digest.fail"] += 1