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 619E91581B9 for ; Tue, 23 Sep 2025 00:04:31 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4FE4A340F1D for ; Tue, 23 Sep 2025 00:04:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 362BD110573; Tue, 23 Sep 2025 00:04:30 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2AB1B110573 for ; Tue, 23 Sep 2025 00:04:30 +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 B4BBC340EDE for ; Tue, 23 Sep 2025 00:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDBC323D for ; Tue, 23 Sep 2025 00:04:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1758585787.5043bdb4d37774a8cfefd4efec4f462e2e0e1bd2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/ncdu-2.9.1.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 5043bdb4d37774a8cfefd4efec4f462e2e0e1bd2 X-VCS-Branch: master Date: Tue, 23 Sep 2025 00:04:28 +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: 9db36d6e-3166-4b7d-ad1d-ae0556c2ece0 X-Archives-Hash: a88009c8ad6de41cd984fe7381834db1 commit: 5043bdb4d37774a8cfefd4efec4f462e2e0e1bd2 Author: Jakov Smolić gentoo org> AuthorDate: Tue Sep 23 00:00:33 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Sep 23 00:03:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5043bdb4 sys-fs/ncdu: Support zig 0.15 Closes: https://bugs.gentoo.org/962801 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/ncdu/ncdu-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-2.9.1.ebuild b/sys-fs/ncdu/ncdu-2.9.1.ebuild index 5ecbe14c7b8a..00a0564a7b45 100644 --- a/sys-fs/ncdu/ncdu-2.9.1.ebuild +++ b/sys-fs/ncdu/ncdu-2.9.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/yoranheling.asc -ZIG_SLOT="0.14" +ZIG_SLOT=("0.14" "0.15") ZIG_NEEDS_LLVM=1 inherit verify-sig zig