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

(-)portage-2.3.76_old/bin/install.py (-1 / +5 lines)
Lines 112-119 Link Here
112
		dest="no_target_directory"
112
		dest="no_target_directory"
113
	)
113
	)
114
	parser.add_argument(
114
	parser.add_argument(
115
		"--context",
116
		"-Z",
115
		"-Z",
116
		action="store_true",
117
		dest="context"
118
	)
119
	parser.add_argument(
120
		"--context",
117
		action="store",
121
		action="store",
118
		dest="context"
122
		dest="context"
119
	)
123
	)

Return to bug 699548