From 1a1465d12e4d26f853a456c0ac91e56e69e7c476 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 31 Mar 2008 20:26:26 +0000 Subject: Remove some redundant and obsolete code for warning about installed packages pulled into the graph. (trunk r9650) svn path=/main/branches/2.1.2/; revision=9651 --- bin/emerge | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'bin') 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)) -- cgit v1.2.3-1-g7c22