diff options
-rw-r--r-- | pym/_emerge/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
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). |