summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-26 10:27:50 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-26 10:27:50 +0000
commit6c7b8a7cf54dfc3149fe66079112b002a5cc379e (patch)
tree879c7e8f65d0f53babcadf68ebe4df8f80edf1b4 /bin/repoman
parentc8ea8e24f884d4eda1639fec3b99aa16a826a36f (diff)
downloadportage-6c7b8a7cf54dfc3149fe66079112b002a5cc379e.tar.gz
portage-6c7b8a7cf54dfc3149fe66079112b002a5cc379e.tar.bz2
portage-6c7b8a7cf54dfc3149fe66079112b002a5cc379e.zip
Pass a portdbapi instance into the FetchlistDict constructor so that it doesn't have to use any globals.
svn path=/main/trunk/; revision=3243
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 = []