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 839A01581D3 for ; Mon, 20 May 2024 07:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C624E2A1C; Mon, 20 May 2024 07:49:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F42AE2A13 for ; Mon, 20 May 2024 07:49:05 +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 0615333BED4 for ; Mon, 20 May 2024 07:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E4E81AE6 for ; Mon, 20 May 2024 07:49:02 +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: <1716191306.570d80252431fe2ebd6ab7d6f24384becbb1546a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/zig/zig-9999.ebuild X-VCS-Directories: dev-lang/zig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 570d80252431fe2ebd6ab7d6f24384becbb1546a X-VCS-Branch: master Date: Mon, 20 May 2024 07:49:02 +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: b47db973-008f-4862-8ee0-566325e1e527 X-Archives-Hash: 9144854909580e7603619537f0ae4feb commit: 570d80252431fe2ebd6ab7d6f24384becbb1546a Author: Eric Joldasov landless-city net> AuthorDate: Sat Mar 30 08:42:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 20 07:48:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570d8025 dev-lang/zig: update LLVM to 18, fix build without LLVM on 9999 Signed-off-by: Eric Joldasov landless-city.net> Closes: https://github.com/gentoo/gentoo/pull/35997 Signed-off-by: Sam James gentoo.org> dev-lang/zig/zig-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index a6c2c79a6a38..d278d521c061 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( 17 ) +LLVM_COMPAT=( 18 ) LLVM_OPTIONAL=1 inherit check-reqs cmake edo llvm-r1 toolchain-funcs @@ -138,7 +138,7 @@ src_configure() { -Dtarget="$(get_zig_target)" -Dcpu="$(get_zig_mcpu)" -Doptimize=Debug - -Dno-autodocs + -Dstd-docs=false -Dno-langref -Denable-llvm=false -Dforce-link-libc