summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge14
1 files changed, 2 insertions, 12 deletions
diff --git a/bin/emerge b/bin/emerge
index 447156654..d912176b6 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1762,18 +1762,8 @@ class depgraph:
return 0
if pkg.installed:
- # Warn if all matching ebuilds are masked or
- # the installed package itself is masked. Do
- # not warn if there are simply no matching
- # ebuilds since that would be annoying in some
- # cases:
- #
- # - binary packages installed from an overlay
- # that is not listed in PORTDIR_OVERLAY
- #
- # - multi-slot atoms listed in the world file
- # to prevent depclean from removing them
-
+ # Warn if an installed package is masked and it
+ # is pulled into the graph.
if not visible(pkgsettings, pkg):
self._masked_installed.append((pkg, pkgsettings))