summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index b0325feb8..963090086 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2421,6 +2421,7 @@ class config:
return x
def pop(self, k, x=None):
+ self.modifying()
v = x
for d in reversed(self.lookuplist):
v = d.pop(k, v)