before the masking docs message. (trunk r14802)
svn path=/main/branches/2.1.7/; revision=14825
else:
show_missing_use = unmasked_iuse_reasons
+ mask_docs = False
+
if show_missing_use:
print("\nemerge: there are no ebuilds built with USE flags to satisfy "+green(xinfo)+".")
print("!!! One of the following packages is required to complete your request:")
for line in wrap(msg, 75):
print(line)
print()
- show_mask_docs()
+ mask_docs = True
else:
print("\nemerge: there are no ebuilds to satisfy "+green(xinfo)+".")
print()
+ if mask_docs:
+ show_mask_docs()
+ print()
+
def _iter_match_pkgs(self, root_config, pkg_type, atom, onlydeps=False):
"""
Iterate over Package instances of pkg_type matching the given atom.