summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index ac5166027..d502d8589 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -795,8 +795,9 @@ for x in scanlist:
fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries")
continue
- mf = Manifest(checkdir, db=portage.db["/"]["porttree"].dbapi,
- mysettings=repoman_settings, repoman_settings["DISTDIR"])
+ mf = Manifest(checkdir,
+ portage.FetchlistDict(checkdir, repoman_settings),
+ repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []