From: Zac Medico Date: Wed, 19 Jan 2011 02:01:17 +0000 (-0800) Subject: depgraph: avoid duplicate ebuild visibility check X-Git-Tag: v2.2.0_alpha18~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=829a662247974b62e220ee21bbbcbb6cfbf076d7;p=portage.git depgraph: avoid duplicate ebuild visibility check --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index c73381a82..a4cdaf2e6 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2977,7 +2977,7 @@ class depgraph(object): # reinstall the same exact version only due # to a KEYWORDS mask. See bug #252167. - if matched_packages: + if pkg.type_name != "ebuild" and matched_packages: # If the ebuild no longer exists or it's # keywords have been dropped, reject built # instances (installed or binary).