projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff65607
)
config: call _populate_treeVirtuals directly
author
Zac Medico
<zmedico@gentoo.org>
Mon, 9 May 2011 20:41:56 +0000
(13:41 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 9 May 2011 20:41:56 +0000
(13:41 -0700)
pym/portage/package/ebuild/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/config.py
b/pym/portage/package/ebuild/config.py
index e51079539f5bbfcea746d9c188669fa57bd22e92..d1842f134b3241d573101547d358f3b731bef26c 100644
(file)
--- a/
pym/portage/package/ebuild/config.py
+++ b/
pym/portage/package/ebuild/config.py
@@
-1965,7
+1965,7
@@
class config(object):
"""Reduce the provides into a list by CP."""
if self._virtuals_manager._treeVirtuals is None:
if self.local_config:
- self._virtuals_manager.
populate_treeVirtuals_if_needed
(vartree)
+ self._virtuals_manager.
_populate_treeVirtuals
(vartree)
else:
self._virtuals_manager._treeVirtuals = {}