From: Zac Medico Date: Sun, 21 Mar 2010 21:47:28 +0000 (-0000) Subject: Show masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther X-Git-Tag: v2.2_rc68~702 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b937df68d695f437ee2c28d0606acdd97a283a3;p=portage.git Show masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther (few) for this patch. svn path=/main/trunk/; revision=15840 --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 2470e6a0d..99fce457b 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2180,6 +2180,8 @@ class depgraph(object): missing_use.append(pkg) if not mreasons: continue + if pkg.built and not mreasons: + mreasons = ["use flag configuration mismatch"] masked_packages.append( (root_config, pkgsettings, cpv, metadata, mreasons))