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

(-)bin/emerge (+9 lines)
Lines 4783-4788 Link Here
4783
			if myopt not in myresumeopts:
4783
			if myopt not in myresumeopts:
4784
				myresumeopts[myopt] = myarg
4784
				myresumeopts[myopt] = myarg
4785
		myopts=myresumeopts
4785
		myopts=myresumeopts
4786
4787
		# Adjust config according to options of the command being resumed.
4788
		for myroot in trees:
4789
			mysettings =  trees[myroot]["vartree"].settings
4790
			mysettings.unlock()
4791
			adjust_config(myopts, mysettings)
4792
			mysettings.lock()
4793
			del myroot, mysettings
4794
4786
		myparams = create_depgraph_params(myopts, myaction)
4795
		myparams = create_depgraph_params(myopts, myaction)
4787
		if "--quiet" not in myopts and "--nodeps" not in myopts:
4796
		if "--quiet" not in myopts and "--nodeps" not in myopts:
4788
			print "Calculating dependencies  ",
4797
			print "Calculating dependencies  ",

Return to bug 176384