summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/cache/metadata_overlay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/cache/metadata_overlay.py b/pym/portage/cache/metadata_overlay.py
index 027693605..84c5a9741 100644
--- a/pym/portage/cache/metadata_overlay.py
+++ b/pym/portage/cache/metadata_overlay.py
@@ -16,6 +16,7 @@ class database(template.database):
*args, **config):
super_config = config.copy()
super_config.pop("gid", None)
+ super_config.pop("perms", None)
super(database, self).__init__(location, label, auxdbkeys,
*args, **super_config)
self.db_rw = db_rw(location, label, auxdbkeys, **config)