projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6634fce
)
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>
Thu, 12 May 2011 05:09:55 +0000
(22:09 -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 13a91f97d6b2cce6c4540472cd95935dc4728e65..c26e7fe412fbe65a0ece148dc1c33923a3a001e8 100644
(file)
--- a/
pym/portage/package/ebuild/config.py
+++ b/
pym/portage/package/ebuild/config.py
@@
-1966,7
+1966,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 = {}