projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19b9dd
)
Don't show unmasked packages (currently installed packages) in
author
Zac Medico
<zmedico@gentoo.org>
Fri, 8 Feb 2008 08:48:51 +0000
(08:48 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 8 Feb 2008 08:48:51 +0000
(08:48 -0000)
the masking display. (trunk r9292)
svn path=/main/branches/2.1.2/; revision=9294
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 4d8d3a656769626dadc6ea9f296016ac37df7b37..3d697502bdda7d4dfd2ae431b2758c300618bf68 100755
(executable)
--- 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: