From 4e4f14bd8a75bde610272a92067f1c4d2cedd251 Mon Sep 17 00:00:00 2001 From: Eric Joldasov Date: Sun, 31 Aug 2025 20:29:21 +0500 Subject: [PATCH] zig-utils.eclass: add 0.15 to the list of supported versions Signed-off-by: Eric Joldasov Part-of: https://github.com/gentoo/gentoo/pull/43623 Closes: https://github.com/gentoo/gentoo/pull/43623 Signed-off-by: Sam James --- eclass/zig-utils.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/zig-utils.eclass b/eclass/zig-utils.eclass index b1a7e08016673..41d6fd2f39731 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"