From: Zac Medico Date: Wed, 19 Jan 2011 02:01:17 +0000 (-0800) Subject: depgraph: avoid duplicate ebuild visibility check X-Git-Tag: v2.1.9.34~6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0fa89c1e0d11d1592861acb4a44385c3d23f25a2;p=portage.git depgraph: avoid duplicate ebuild visibility check --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 4ccea99a8..6891b939a 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2937,7 +2937,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).