commit: cb8e218ee7715aef543ed6ba98c67fb25e7ed7b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 22:14:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 22:14:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8e218e
toolchain.eclass: fix minimum version for COBOL
Spotted by Eli (because the USE invalidated a binpkg for the last snapshot).
Fixes: 8238f31c5c8f4122ba30a0e425e55cef5bc366fe
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 24464c73c9a6..2d479c9c7267 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -340,7 +340,7 @@ if [[ ${PN} != kgcc64 && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 14.0.0_pre20230423 ${PV} && IUSE+=" rust"
TC_FEATURES+=( rust )
tc_version_is_at_least 14.2.1_p20241026 ${PV} && IUSE+=" time64"
tc_version_is_at_least 15.0.0_pre20241124 ${PV} && IUSE+="
libgdiagnostics"
- tc_version_is_at_least 15.0.0_pre20250316 ${PV} && IUSE+=" cobol"
+ tc_version_is_at_least 15.0.1_pre20250316 ${PV} && IUSE+=" cobol"
fi
if tc_version_is_at_least 10; then