summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index 9cbe8b68a..03bc5ee1f 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -799,9 +799,7 @@ for x in scanlist:
repoman_settings["O"] = checkdir
portage.digestgen([], repoman_settings, manifestonly=1, myportdb=portage.portdb)
- mf = Manifest(checkdir,
- portage.FetchlistDict(checkdir, repoman_settings, portage.portdb),
- repoman_settings["DISTDIR"])
+ mf = Manifest(checkdir, repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []