diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 64212084d..ed9ed99a4 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -486,6 +486,8 @@ class portdbapi(dbapi): del auxdb[cpv] except KeyError: pass + except CacheError: + pass else: eapi = metadata.get('EAPI', '').strip() if not eapi: |