projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16397c4
)
Fix deprecated portdbapi.mysettings reference. (trunk r15314)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:06:07 +0000
(20:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:06:07 +0000
(20:06 -0000)
svn path=/main/branches/2.1.7/; revision=15549
pym/_emerge/create_world_atom.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/create_world_atom.py
b/pym/_emerge/create_world_atom.py
index 7ded8af13af93295d5e0d34b862e633bc2bce4ed..1618905c92100382c6e95a59fa2fad81e5680033 100644
(file)
--- a/
pym/_emerge/create_world_atom.py
+++ b/
pym/_emerge/create_world_atom.py
@@
-81,7
+81,7
@@
def create_world_atom(pkg, args_set, root_config):
# System virtuals aren't safe to exclude from world since they can
# match multiple old-style virtuals but only one of them will be
# pulled in by update or depclean.
- providers = portdb.
my
settings.getvirtuals().get(
+ providers = portdb.settings.getvirtuals().get(
portage.dep_getkey(system_atom))
if providers and len(providers) == 1 and \
portage.dep_getkey(providers[0]) == cp: