Replace @world with plain 'world'.
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:32:05 +0000 (08:32 -0000)
committerZac 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

index 45e9c2a359d3807c631fd8738219ec2346dfb143..2a2ded8dd6787b817234c6e9f35b35fb653d3f4e 100644 (file)
@@ -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