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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2FD21580FD for ; Fri, 27 Dec 2024 19:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11142E07D0; Fri, 27 Dec 2024 19:21:50 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8804BE07D0 for ; Fri, 27 Dec 2024 19:21:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2769F33BEA5 for ; Fri, 27 Dec 2024 19:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8825D10CC for ; Fri, 27 Dec 2024 19:21:46 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1735327001.d59f86c00e7e04b9587d89a764d60741f3bd1c43.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: d59f86c00e7e04b9587d89a764d60741f3bd1c43 X-VCS-Branch: dev Date: Fri, 27 Dec 2024 19:21:46 +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: 4f91859c-ac2d-4ed5-8fe8-346ad8b1206d X-Archives-Hash: b5b7bde213ec899bc845d827e50d707c commit: d59f86c00e7e04b9587d89a764d60741f3bd1c43 Author: Eric Joldasov landless-city net> AuthorDate: Fri Dec 27 19:16:41 2024 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Fri Dec 27 19:16:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d59f86c0 dev-zig/zls: fix build on 9999 Build user options were renamed by upstream Signed-off-by: Eric Joldasov landless-city.net> dev-zig/zls/zls-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-zig/zls/zls-9999.ebuild b/dev-zig/zls/zls-9999.ebuild index c468a8238..c42e496fa 100644 --- a/dev-zig/zls/zls-9999.ebuild +++ b/dev-zig/zls/zls-9999.ebuild @@ -36,8 +36,8 @@ SLOT="0" # Sync with "minimum_runtime_zig_version" from upstream's "build.zig". RDEPEND=" || ( - >=dev-lang/zig-0.12.0 - >=dev-lang/zig-bin-0.12.0 + >=dev-lang/zig-9999 + >=dev-lang/zig-bin-9999 ) " @@ -46,7 +46,7 @@ DOCS=( "README.md" ) src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack - zig_live_fetch -Denable_tracy=false + zig_live_fetch -Denable-tracy=false else zig_src_unpack fi @@ -55,7 +55,7 @@ src_unpack() { src_configure() { local my_zbs_args=( -Dpie=true - -Denable_tracy=false + -Denable-tracy=false ) zig_src_configure