Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 363137 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/lib64/portage/pym/_emerge/depgraph.py (-1 / +2 lines)
Lines 2742-2748 Link Here
2742
			mask_docs = True
2742
			mask_docs = True
2743
		else:
2743
		else:
2744
			writemsg_stdout("\nemerge: there are no ebuilds to satisfy "+green(xinfo)+".\n", noiselevel=-1)
2744
			writemsg_stdout("\nemerge: there are no ebuilds to satisfy "+green(xinfo)+".\n", noiselevel=-1)
2745
			if isinstance(myparent, AtomArg):
2745
			if "misspell-suggestion" in pkgsettings.features and \
2746
				isinstance(myparent, AtomArg):
2746
				cp = myparent.atom.cp.lower()
2747
				cp = myparent.atom.cp.lower()
2747
				cat, pkg = portage.catsplit(cp)
2748
				cat, pkg = portage.catsplit(cp)
2748
				if cat == "null":
2749
				if cat == "null":

Return to bug 363137