zig-utils.eclass: add 0.15 to the list of supported versions

Signed-off-by: Eric Joldasov <bratishkaerik@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@gentoo.org>
This commit is contained in:
Eric Joldasov 2025-08-31 20:29:21 +05:00 committed by Sam James
parent 3a92a171fc
commit 4e4f14bd8a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"