From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 050E61582EF for ; Tue, 04 Mar 2025 22:09:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DBE1A342FF4 for ; Tue, 04 Mar 2025 22:09:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D597F1102D0; Tue, 04 Mar 2025 22:09:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CD8B41102D0 for ; Tue, 04 Mar 2025 22:09:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EDD4342FB5 for ; Tue, 04 Mar 2025 22:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0913D12CA for ; Tue, 04 Mar 2025 22:09:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741125919.99e8916184f287089caa9a0c70bb1912f278a328.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/zig-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99e8916184f287089caa9a0c70bb1912f278a328 X-VCS-Branch: master Date: Tue, 04 Mar 2025 22:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 750b36e8-acb9-4503-af84-388d3c5861dc X-Archives-Hash: 7e1009831fac487ad21232b2627b6f9b commit: 99e8916184f287089caa9a0c70bb1912f278a328 Author: Eric Joldasov landless-city net> AuthorDate: Tue Mar 4 03:31:30 2025 +0000 Commit: Sam James gentoo 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 landless-city.net> Signed-off-by: Sam James 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" )