From: Sebastian Luther Date: Wed, 22 Sep 2010 07:03:43 +0000 (+0200) Subject: Fix breakage from the last commit X-Git-Tag: v2.2_rc90~113 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=880752a2a183ede81fc89e0791626a6b38f4bce5;p=portage.git Fix breakage from the last commit --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index b28f2fe59..966a9c5ef 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -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