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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- python-single-r1.eclass
0
++ python-single-r1.eclass
Lines 183-189 Link Here
183
	local optflags=${flags_mt[@]/%/(-)?}
183
	local optflags=${flags_mt[@]/%/(-)?}
184
	optflags+=,${flags[@]/%/(+)?}
184
	optflags+=,${flags[@]/%/(+)?}
185
185
186
	IUSE="${flags_mt[*]} ${flags[*]}"
186
	if [[ ${#impls[@]} -eq 1 ]]; then
187
		IUSE="+${flags_mt[0]} +${flags[0]}"
188
	else
189
		IUSE="${flags_mt[*]} ${flags[*]}"
190
	fi
187
	PYTHON_REQUIRED_USE+=" ^^ ( ${flags[*]} )"
191
	PYTHON_REQUIRED_USE+=" ^^ ( ${flags[*]} )"
188
	PYTHON_USEDEP=${optflags// /,}
192
	PYTHON_USEDEP=${optflags// /,}
189
193

Return to bug 472932