projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f09557
)
Replace @world with plain 'world'.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 12 Jan 2009 08:32:05 +0000
(08:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 12 Jan 2009 08:32:05 +0000
(08:32 -0000)
svn path=/main/branches/2.1.6/; revision=12483
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 45e9c2a359d3807c631fd8738219ec2346dfb143..2a2ded8dd6787b817234c6e9f35b35fb653d3f4e 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-7343,7
+7343,7
@@
class depgraph(object):
if not parent_atoms:
atom = self._blocked_world_pkgs.get(pkg)
if atom is not None:
- parent_atoms = set([("
@
world", atom)])
+ parent_atoms = set([("world", atom)])
if parent_atoms:
conflict_pkgs[pkg] = parent_atoms