summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-31 20:26:26 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-31 20:26:26 +0000
commit1a1465d12e4d26f853a456c0ac91e56e69e7c476 (patch)
tree7abc1890c56245992c9ecc35d6403e6e304129b0 /bin
parenta7c50f45d8b5ff1aa2f1b33d44a0e5ac1a90038c (diff)
downloadportage-1a1465d12e4d26f853a456c0ac91e56e69e7c476.tar.gz
portage-1a1465d12e4d26f853a456c0ac91e56e69e7c476.tar.bz2
portage-1a1465d12e4d26f853a456c0ac91e56e69e7c476.zip
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
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))