summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 5b0e9fb35..1e4936788 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -4415,6 +4415,9 @@ class fakedbapi(dbapi):
return ["" for x in wants]
return [metadata.get(x, "") for x in wants]
+ def aux_update(self, cpv, values):
+ self.cpvdict[cpv].update(values)
+
class bindbapi(fakedbapi):
def __init__(self, mybintree=None, settings=None):
self.bintree = mybintree