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

(-)a/eclass/kde4-base.eclass (-1 / +1 lines)
Lines 594-600 kde4-base_pkg_setup() { Link Here
594
	# In theory should be in pkg_pretend but we check it only for kdelibs there
594
	# In theory should be in pkg_pretend but we check it only for kdelibs there
595
	# and for others we do just quick scan in pkg_setup because pkg_pretend
595
	# and for others we do just quick scan in pkg_setup because pkg_pretend
596
	# executions consume quite some time.
596
	# executions consume quite some time.
597
	if [[ ${MERGE_TYPE} != binary ]]; then
597
	if [[ ${MERGE_TYPE} != binary && "$(tc-getCPP)" == *gcc* ]]; then
598
		[[ $(gcc-major-version) -lt 4 ]] || \
598
		[[ $(gcc-major-version) -lt 4 ]] || \
599
				( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \
599
				( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \
600
			&& die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)."
600
			&& die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)."

Return to bug 495074