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

(-)/usr/lib/portage/bin/emerge (+2 lines)
Lines 3106-3111 Link Here
3106
			myresumeopts.remove("--skipfirst")
3106
			myresumeopts.remove("--skipfirst")
3107
		while "--ask" in myresumeopts:
3107
		while "--ask" in myresumeopts:
3108
			myresumeopts.remove("--ask")
3108
			myresumeopts.remove("--ask")
3109
		while "--verbose" in myresumeopts:
3110
			myresumeopts.remove("--verbose")
3109
3111
3110
		for myopt in myopts:
3112
		for myopt in myopts:
3111
			if myopt not in myresumeopts:
3113
			if myopt not in myresumeopts:

Return to bug 74990