From: Zac Medico Date: Sun, 8 Jun 2008 02:22:43 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre8~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3d8218b27cce0f42cc3273c07526ac1a091fbd1;p=portage.git Fix typo. svn path=/main/trunk/; revision=10601 --- diff --git a/bin/repoman b/bin/repoman index 9727d5a54..5481c1e38 100755 --- a/bin/repoman +++ b/bin/repoman @@ -518,7 +518,7 @@ trees["/"]["porttree"].settings = repoman_settings portdb = trees["/"]["porttree"].dbapi portdb.mysettings = repoman_settings setconfig = load_default_config(repoman_settings, trees["/"]) -root_config = RootConfig(repoman_settings, trees, setconfig) +root_config = RootConfig(repoman_settings, trees["/"], setconfig) # We really only need to cache the metadata that's necessary for visibility # filtering. Anything else can be discarded to reduce memory consumption. for k in ("DEPEND", "LICENCE", "PDEPEND",