diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-07-20 20:51:23 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-07-20 20:51:23 +0000 |
commit | c7b1b63b239ac16bb73247b86254a8beb9fcf84c (patch) | |
tree | 3af3cd2aeefb40d81903f5a666b88ab441eb7898 | |
parent | 4119d0a46544b6531c945f1e50638b5a60b57fb4 (diff) | |
download | portage-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.tar.gz portage-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.tar.bz2 portage-c7b1b63b239ac16bb73247b86254a8beb9fcf84c.zip |
Fix a broken reference to portage.portdb.
svn path=/main/trunk/; revision=3971
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 1af6981cb..7793f6074 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") |