From 5ee8ee2b9a0739a7d5b15fda94593eecdab91103 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Feb 2008 08:01:09 +0000 Subject: Don't show unmasked packages (currently installed packages) in the masking display. svn path=/main/trunk/; revision=9292 --- pym/_emerge/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym/_emerge') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index efb863565..12922636a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2367,6 +2367,8 @@ class depgraph(object): # This will have already been reported # above via mreasons. pass + if not mreasons: + continue masked_packages.append((cpv, mreasons, comment, filename, missing_licenses)) if masked_packages: -- cgit v1.2.3-1-g7c22