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 ef62f3c1e..4cc57e297 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -800,7 +800,7 @@ for x in scanlist:
portage.digestgen([], repoman_settings, manifestonly=1)
mf = Manifest(checkdir,
- portage.FetchlistDict(checkdir, repoman_settings),
+ portage.FetchlistDict(checkdir, repoman_settings, portage.portdb),
repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []