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

(-)portage-2.1.9.42/man/make.conf.5 (+3 lines)
Lines 328-333 Link Here
328
Fetch everything in \fBSRC_URI\fR regardless of \fBUSE\fR settings,
328
Fetch everything in \fBSRC_URI\fR regardless of \fBUSE\fR settings,
329
except do not fetch anything when \fImirror\fR is in \fBRESTRICT\fR.
329
except do not fetch anything when \fImirror\fR is in \fBRESTRICT\fR.
330
.TP
330
.TP
331
.B misspell-suggestions
332
Suggests valids packages name when the given one doesn't exist.
333
.TP
331
.B multilib\-strict
334
.B multilib\-strict
332
Many Makefiles assume that their libraries should go to /usr/lib, or
335
Many Makefiles assume that their libraries should go to /usr/lib, or
333
$(prefix)/lib. This assumption can cause a serious mess if /usr/lib
336
$(prefix)/lib. This assumption can cause a serious mess if /usr/lib
(-)portage-2.1.9.42/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":
(-)portage-2.1.9.42/pym/portage/const.py (-4 / +4 lines)
Lines 91-100 Link Here
91
                           "digest", "distcc", "distlocks",
91
                           "digest", "distcc", "distlocks",
92
                           "fakeroot", "fail-clean", "fixpackages", "getbinpkg",
92
                           "fakeroot", "fail-clean", "fixpackages", "getbinpkg",
93
                           "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
93
                           "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
94
                           "metadata-transfer", "mirror", "multilib-strict", "news",
94
                           "metadata-transfer", "mirror", "misspell-suggestions",
95
                           "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip",
95
			   "multilib-strict", "news", "noauto", "noclean", "nodoc", "noinfo",
96
                           "notitles", "parallel-fetch", "parse-eapi-ebuild-head",
96
			   "noman", "nostrip", "notitles", "parallel-fetch",
97
                           "prelink-checksums", "preserve-libs",
97
			   "parse-eapi-ebuild-head", "prelink-checksums", "preserve-libs",
98
                           "protect-owned", "python-trace", "sandbox",
98
                           "protect-owned", "python-trace", "sandbox",
99
                           "selinux", "sesandbox", "severe", "sfperms",
99
                           "selinux", "sesandbox", "severe", "sfperms",
100
                           "sign", "skiprocheck", "split-elog", "split-log", "splitdebug",
100
                           "sign", "skiprocheck", "split-elog", "split-log", "splitdebug",

Return to bug 363137