diff options
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index b942815e0..33e1338ff 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1887,7 +1887,7 @@ class config(object): else: self.make_defaults_use.append("") self.mygcfg = stack_dicts(mygcfg_dlists, - incrementals=portage.const.INCREMENTALS, ignore_none=1) + incrementals=portage.const.INCREMENTALS) if self.mygcfg is None: self.mygcfg = {} self.configlist.append(self.mygcfg) |