From f12d25bbcb0abae496bb38ffdd3ea042163bbdde Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 26 Sep 2008 21:40:55 +0000 Subject: Add PROPERTIES to all of the metadata caches. svn path=/main/trunk/; revision=11561 --- bin/repoman | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index 7e997d3d1..db23cd10f 100755 --- a/bin/repoman +++ b/bin/repoman @@ -534,9 +534,8 @@ setconfig = load_default_config(repoman_settings, trees["/"]) 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", - "PROVIDE", "RDEPEND", "RESTRICT", "repository"): - portdb._aux_cache_keys.discard(k) +portdb._aux_cache_keys.clear() +portdb._aux_cache_keys.update(["EAPI", "KEYWORDS", "SLOT"]) # dep_zapdeps looks at the vardbapi, but it shouldn't for repoman. del trees["/"]["vartree"] -- cgit v1.2.3-1-g7c22