summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 67debcd5f..96a1ca466 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -4467,6 +4467,7 @@ class bindbapi(fakedbapi):
if settings is None:
settings = globals()["settings"]
self.settings = settings
+ self._match_cache = {}
def match(self, *pargs, **kwargs):
if self.bintree and not self.bintree.populated: