commit:     ce0104ae742ed22447bf4b4913bb890f8a1cbeb7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 16:47:11 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 16:52:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0104ae

sys-fs/ncdu: Revert "Support zig 0.15"

This reverts commit 5043bdb4d37774a8cfefd4efec4f462e2e0e1bd2.

The change was wrong as the eclass supports only one zig slot
Bug: https://bugs.gentoo.org/962801

Signed-off-by: Jakov Smolić <jsmolic <AT> 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 00a0564a7b45..5ecbe14c7b8a 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" "0.15")
+ZIG_SLOT="0.14"
 ZIG_NEEDS_LLVM=1
 inherit verify-sig zig
 

Reply via email to