From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0980158089 for ; Tue, 10 Oct 2023 06:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40ED72BC057; Tue, 10 Oct 2023 06:32:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 0DB0E2BC059 for ; Tue, 10 Oct 2023 06:32:14 +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 5D481335C5D for ; Tue, 10 Oct 2023 06:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D889510CF for ; Tue, 10 Oct 2023 06:32:10 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1696905791.5de3d475f386f7fe7f8d9c23b2e3e5b11dc48dce.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-zig/zls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-zig/zls/zls-9999.ebuild X-VCS-Directories: dev-zig/zls/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 5de3d475f386f7fe7f8d9c23b2e3e5b11dc48dce X-VCS-Branch: master Date: Tue, 10 Oct 2023 06:32:10 +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: 9f24c246-ce00-4c5c-9c3b-920db42e580d X-Archives-Hash: fa449a4927efc996426d1de21bf225b7 commit: 5de3d475f386f7fe7f8d9c23b2e3e5b11dc48dce Author: Eric Joldasov getgoogleoff me> AuthorDate: Tue Oct 10 02:43:11 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Oct 10 02:43:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de3d475 dev-zig/zls: sync 9999 with latest Zig 9999 changes Related: https://github.com/ziglang/zig/pull/17392 . Signed-off-by: Eric Joldasov getgoogleoff.me> dev-zig/zls/zls-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-zig/zls/zls-9999.ebuild b/dev-zig/zls/zls-9999.ebuild index fe83830faf..ef9785f27b 100644 --- a/dev-zig/zls/zls-9999.ebuild +++ b/dev-zig/zls/zls-9999.ebuild @@ -106,8 +106,7 @@ ezig() { src_unpack() { git-r3_src_unpack cd "${S}" || die - # "zig build" doesn't have "fetch" subcommand yet - ezig build --help || die "Fetching Zig modules failed" + ezig build --fetch || die "Fetching Zig modules failed" local ZLS_GEN_FLAGS="--generate-version-data master --generate-version-data-path version_data_offline.zig" ezig build gen --verbose -- ${ZLS_GEN_FLAGS} || die "Pre-generating Zig version data failed" }