From d06f0a13f372fe9df72150a692100454bdf96a0f Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:10:37 +0000 Subject: [PATCH] eclass/toolchain-funcs: Sync with Gentoo It's from Gentoo commit e1b2c889ed20b28100ba601b415925a2b73cde80. Signed-off-by: Flatcar Buildbot --- .../third_party/portage-stable/eclass/toolchain-funcs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass index fa2820035c..3787a84805 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass @@ -659,11 +659,11 @@ _tc-has-openmp() { # build-time, e.g. # @CODE # 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() { -# [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2.0 +# [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.2 # } # @CODE tc-check-min_ver() {