Bug: https://bugs.gentoo.org/600288
Package-Manager: Portage-2.3.3_p9, Repoman-2.3.1_p2
if [[ ${MERGE_TYPE} != binary ]]; then
local -x CPP="$(tc-getCXX) -E"
if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then
- # bugs: #535730, #525374, #518668
+ # bugs: #535730, #525374, #518668, #600288
die "At least gcc 5 is required"
fi
fi
if [[ ${MERGE_TYPE} != binary ]]; then
local -x CPP="$(tc-getCXX) -E"
if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then
- # bugs: #535730, #525374, #518668
+ # bugs: #535730, #525374, #518668, #600288
die "At least gcc 5 is required"
fi
fi