From 7b937df68d695f437ee2c28d0606acdd97a283a3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 21 Mar 2010 21:47:28 +0000 Subject: Show masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther (few) for this patch. svn path=/main/trunk/; revision=15840 --- pym/_emerge/depgraph.py | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit v1.2.3-1-g7c22