summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 1af6981cb..7793f6074 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -843,7 +843,8 @@ for x in scanlist:
if mymode == "commit":
repoman_settings["O"] = checkdir
- portage.digestgen([], repoman_settings, manifestonly=1, myportdb=portage.portdb)
+ portage.digestgen(
+ [], repoman_settings, manifestonly=1, myportdb=portdb)
mf = Manifest(checkdir, repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")