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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- multilib-build.eclass
0
++ multilib-build.eclass
Lines 304-310 Link Here
304
		esac
304
		esac
305
305
306
		# Note: match a space afterwards to avoid collision potential.
306
		# Note: match a space afterwards to avoid collision potential.
307
		sed -e "/${abi_flag} /s&error.*&include <${CHOST}/${f}>&" \
307
		sed -e "/${abi_flag} /s&error.*&include <${CHOST}${f}>&" \
308
			-i "${ED}/tmp/multilib-include${f}" || die
308
			-i "${ED}/tmp/multilib-include${f}" || die
309
	done
309
	done
310
}
310
}

Return to bug 475046