diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 1a896b754..d025be29a 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -199,6 +199,7 @@ class portdbapi(dbapi): tree_db = eclass_dbs.get(porttree) if tree_db is None: tree_db = eclass_cache.cache(porttree) + eclass_dbs[porttree] = tree_db if eclass_db is None: eclass_db = tree_db.copy() else: |