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

Collapse All | Expand All

(-)orig/lib/_emerge/actions.py (+4 lines)
Lines 2920-2933 def run_action(emerge_config): Link Here
2920
	# options adjustments should be made prior to calling adjust_configs().
2920
	# options adjustments should be made prior to calling adjust_configs().
2921
	if "--buildpkgonly" in emerge_config.opts:
2921
	if "--buildpkgonly" in emerge_config.opts:
2922
		emerge_config.opts["--buildpkg"] = True
2922
		emerge_config.opts["--buildpkg"] = True
2923
2923
2924
	if "getbinpkg" in emerge_config.target_config.settings.features:
2924
	if "getbinpkg" in emerge_config.target_config.settings.features:
2925
		emerge_config.opts["--getbinpkg"] = True
2925
		emerge_config.opts["--getbinpkg"] = True
2926
2926
2927
	if emerge_config.opts.get('--getbinpkg') != 'n':
2928
		if None != emerge_config.opts.pop("--getbinpkg", None):
2929
			portage.output.EOutput().ewarn("Just avoided bug https://bugs.gentoo.org/759067 where --getbinpkg=n wouldn't be considered!")
2930
2927
	if "--getbinpkgonly" in emerge_config.opts:
2931
	if "--getbinpkgonly" in emerge_config.opts:
2928
		emerge_config.opts["--getbinpkg"] = True
2932
		emerge_config.opts["--getbinpkg"] = True
2929
2933
2930
	if "--getbinpkgonly" in emerge_config.opts:
2934
	if "--getbinpkgonly" in emerge_config.opts:
2931
		emerge_config.opts["--usepkgonly"] = True
2935
		emerge_config.opts["--usepkgonly"] = True
2932
2936
2933
	if "--getbinpkg" in emerge_config.opts:
2937
	if "--getbinpkg" in emerge_config.opts:

Return to bug 759067