From: Zac Medico Date: Fri, 8 Feb 2008 08:48:51 +0000 (-0000) Subject: Don't show unmasked packages (currently installed packages) in X-Git-Tag: v2.1.4.4~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b262ae302e626ac6b4a3f8c7dd5a19f571456611;p=portage.git Don't show unmasked packages (currently installed packages) in the masking display. (trunk r9292) svn path=/main/branches/2.1.2/; revision=9294 --- diff --git a/bin/emerge b/bin/emerge index 4d8d3a656..3d697502b 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2029,6 +2029,8 @@ class depgraph: mreasons.append("invalid: SLOT is undefined") if not portage.eapi_is_supported(metadata["EAPI"]): have_eapi_mask = True + if not mreasons: + continue masked_packages.append((cpv, mreasons, comment, filename, missing_licenses)) if masked_packages: