commit: 99e8916184f287089caa9a0c70bb1912f278a328
Author: Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Tue Mar 4 03:31:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 22:05:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e89161
zig-utils.eclass: add 0.14 to the list of supported versions
Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/zig-utils.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/zig-utils.eclass b/eclass/zig-utils.eclass
index e9d91b8f5f52..b1a7e0801667 100644
--- a/eclass/zig-utils.eclass
+++ b/eclass/zig-utils.eclass
@@ -493,6 +493,8 @@ zig-utils_find_installation() {
local zig_supported_versions=(
"9999"
+ "0.14.1"
+ "0.14.0"
"0.13.1"
"0.13.0"
)