From: Zac Medico Date: Mon, 4 Dec 2006 01:19:22 +0000 (-0000) Subject: Make `repoman fix` work with the new ebuild Manifest checks during depend phase. X-Git-Tag: v2.1.2~403 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1e0408bfc7dc8dac2e61947720b0e24d70fb4e3;p=portage.git Make `repoman fix` work with the new ebuild Manifest checks during depend phase. svn path=/main/trunk/; revision=5167 --- diff --git a/bin/repoman b/bin/repoman index 9f853073d..2b0909c79 100755 --- a/bin/repoman +++ b/bin/repoman @@ -820,7 +820,7 @@ for x in scanlist: fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries") continue - if mymode == "commit": + if mymode in ("fix", "commit"): repoman_settings["O"] = checkdir portage.digestgen( [], repoman_settings, manifestonly=1, myportdb=portdb)