From: Zac Medico Date: Wed, 26 Dec 2007 14:17:19 +0000 (-0000) Subject: Fix broken handling of the tuple that's returned from X-Git-Tag: v2.2_pre1~112 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a59558d2806b343d366da3c166ca03721e444ba7;p=portage.git Fix broken handling of the tuple that's returned from verify_all(). Thanks to Betelgeuse. svn path=/main/trunk/; revision=9056 --- diff --git a/bin/repoman b/bin/repoman index e680fb48c..26e438822 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1141,7 +1141,7 @@ for x in scanlist: fails["digest.partial"].append(y+"::"+myf) elif "assume-digests" not in repoman_settings.features: if os.path.exists(myff): - if not portage.checksum.verify_all(myff, mydigests[myf]): + if not portage.checksum.verify_all(myff, mydigests[myf])[0]: stats["digest.fail"] += 1 fails["digest.fail"].append(y+"::"+myf) elif repolevel == 3: