commit: 4e4f14bd8a75bde610272a92067f1c4d2cedd251 Author: Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net> AuthorDate: Sun Aug 31 15:29:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 10:31:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4f14bd
zig-utils.eclass: add 0.15 to the list of supported versions Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net> Part-of: https://github.com/gentoo/gentoo/pull/43623 Closes: https://github.com/gentoo/gentoo/pull/43623 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/zig-utils.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/zig-utils.eclass b/eclass/zig-utils.eclass index b1a7e0801667..41d6fd2f3973 100644 --- a/eclass/zig-utils.eclass +++ b/eclass/zig-utils.eclass @@ -491,8 +491,11 @@ zig-utils_find_installation() { einfo "Searching Zig ${ZIG_SLOT}..." + # Upstream skipped releasing 0.15.0 local zig_supported_versions=( "9999" + "0.15.2" + "0.15.1" "0.14.1" "0.14.0" "0.13.1"
