Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 16676
Collapse All | Expand All

(-)/home/skyfw/code/gentoo-src/portage/bin/emerge (-2 / +4 lines)
Lines 154-161 Link Here
154
"--emptytree",
154
"--emptytree",
155
"--fetchonly",    "--fetch-all-uri",
155
"--fetchonly",    "--fetch-all-uri",
156
"--getbinpkg",    "--getbinpkgonly",
156
"--getbinpkg",    "--getbinpkgonly",
157
"--help",         "--noconfmem",
157
"--help",	  "--nocolor",
158
"--newuse",
158
"--noconfmem",    "--newuse",
159
"--nodeps",       "--noreplace",
159
"--nodeps",       "--noreplace",
160
"--nospinner",    "--oneshot",
160
"--nospinner",    "--oneshot",
161
"--onlydeps",     "--pretend",
161
"--onlydeps",     "--pretend",
Lines 224-229 Link Here
224
		continue
224
		continue
225
	if len(x)>=2 and x[0:2]=="--":
225
	if len(x)>=2 and x[0:2]=="--":
226
		if x in options:
226
		if x in options:
227
			if x == "--nocolor":
228
				nocolor()
227
			myopts.append(x)
229
			myopts.append(x)
228
		elif x[2:] in actions:
230
		elif x[2:] in actions:
229
			if x[2:]=="rsync" or x=="rsync":
231
			if x[2:]=="rsync" or x=="rsync":

Return to bug 16676