summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 64212084..ed9ed99a 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: