Fix breakage from the last commit
authorSebastian Luther <SebastianLuther@gmx.de>
Wed, 22 Sep 2010 07:03:43 +0000 (09:03 +0200)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Sep 2010 06:50:14 +0000 (23:50 -0700)
pym/_emerge/depgraph.py

index b28f2fe59a1ee6caf0230ea6d8bfda5644be47d1..966a9c5efc913214694f4bf5f034f5b868a300dc 100644 (file)
@@ -2486,7 +2486,7 @@ class depgraph(object):
                                                # Make sure that cpv from the current repo satisfies the atom.
                                                # This might not be the case if there are several repos with
                                                # the same cpv, but different metadata keys, like SLOT.
-                                               if not InternalPackageSet(initial_atoms=(atom,)
+                                               if not InternalPackageSet(initial_atoms=(atom,), allow_repo=True,
                                                        ).findAtomForPackage(pkg, modified_use=self._pkg_use_enabled(pkg)):
                                                        continue
                                                yield pkg