projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a71ae4
)
Don't pass the ignore_none parameter to stack_dicts() since it does nothing
author
Zac Medico
<zmedico@gentoo.org>
Tue, 22 Sep 2009 21:59:19 +0000
(21:59 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 22 Sep 2009 21:59:19 +0000
(21:59 -0000)
now.
svn path=/main/trunk/; revision=14388
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index b942815e0d265be4b9db1b183f74512436a8aba8..33e1338ffb2cc5ff61c65d0e161202541314727c 100644
(file)
--- 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)