eclass/toolchain-funcs: Sync with Gentoo

It's from Gentoo commit e1b2c889ed20b28100ba601b415925a2b73cde80.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-10-13 07:10:37 +00:00 committed by Krzesimir Nowak
parent ae867281a7
commit d06f0a13f3

View File

@ -659,11 +659,11 @@ _tc-has-openmp() {
# build-time, e.g. # build-time, e.g.
# @CODE # @CODE
# pkg_pretend() { # pkg_pretend() {
# [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2.0 # [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2
# } # }
# #
# pkg_setup() { # pkg_setup() {
# [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2.0 # [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2
# } # }
# @CODE # @CODE
tc-check-min_ver() { tc-check-min_ver() {