package when possible, instead of 'Missing IUSE' message for an
unmasked package.
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
break
elif unmasked_iuse_reasons:
- if missing_use_reasons:
+ if masked_packages:
# All packages with required IUSE are masked,
# so display a normal masking message.
pass