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

(-)/usr/portage/app-office/akonadi-server/akonadi-server-1.13.0.ebuild (-1 / +1 lines)
Lines 64-70 Link Here
64
pkg_pretend() {
64
pkg_pretend() {
65
	if [[ ${MERGE_TYPE} != binary ]]; then
65
	if [[ ${MERGE_TYPE} != binary ]]; then
66
		[[ $(gcc-major-version) -lt 4 ]] || \
66
		[[ $(gcc-major-version) -lt 4 ]] || \
67
			( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 7 ]] ) \
67
			( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) \
68
			&& die "Sorry, but gcc-4.7 and earlier won't work (see bug #520102)."
68
			&& die "Sorry, but gcc-4.7 and earlier won't work (see bug #520102)."
69
	fi
69
	fi
70
}
70
}

Return to bug 520102