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

(-)a/app-office/libreoffice/libreoffice-5.0.5.2.ebuild (-1 / +4 lines)
Lines 277-283 pkg_pretend() { Link Here
277
	if [[ ${MERGE_TYPE} != binary ]]; then
277
	if [[ ${MERGE_TYPE} != binary ]]; then
278
		check-reqs_pkg_pretend
278
		check-reqs_pkg_pretend
279
279
280
		if [[ $(gcc-major-version) -lt 4 ]] || {
280
		if [[ "$(tc-getCC)" == "clang" ]] ; then
281
			# ignore clang, which works
282
			:
283
		elif [[ $(gcc-major-version) -lt 4 ]] || {
281
			[[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]]; }
284
			[[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]]; }
282
		then
285
		then
283
			eerror "Compilation with gcc older than 4.6 is not supported"
286
			eerror "Compilation with gcc older than 4.6 is not supported"

Return to bug 460902