summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-07-20 20:51:23 +0000
committerZac Medico <zmedico@gentoo.org>2006-07-20 20:51:23 +0000
commitc7b1b63b239ac16bb73247b86254a8beb9fcf84c (patch)
tree3af3cd2aeefb40d81903f5a666b88ab441eb7898 /bin/repoman
parentRemove redundant initialization of directories for cloned config instances. (diff)
downloadportage-multirepo-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.tar.gz
portage-multirepo-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.tar.bz2
portage-multirepo-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.zip
Fix a broken reference to portage.portdb.
svn path=/main/trunk/; revision=3971
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 1af6981c..7793f607 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")