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 E884E158091 for ; Tue, 7 Jun 2022 07:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26119E0871; Tue, 7 Jun 2022 07:04:53 +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 000C0E0871 for ; Tue, 7 Jun 2022 07:04:52 +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 D7F3E341895 for ; Tue, 7 Jun 2022 07:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D93475 for ; Tue, 7 Jun 2022 07:04:50 +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: <1654585490.3de57a5b81defa93c72a29490bd827c7e898079c.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.1.2.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3de57a5b81defa93c72a29490bd827c7e898079c X-VCS-Branch: master Date: Tue, 7 Jun 2022 07:04:50 +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: 0e1faabd-98f8-4bb7-a031-4204de6e0a6e X-Archives-Hash: 84e0348f47554a433ddcce71ec23e993 commit: 3de57a5b81defa93c72a29490bd827c7e898079c Author: BratishkaErik getgoogleoff me> AuthorDate: Tue Jun 7 02:22:32 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jun 7 07:04:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de57a5b sys-fs/ncdu: package can't respect LDFLAGS/CFLAGS/etc. Closes: https://bugs.gentoo.org/850106 Closes: https://bugs.gentoo.org/850109 Signed-off-by: Eric Joldasov getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/25781 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/ncdu/ncdu-2.1.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-fs/ncdu/ncdu-2.1.2.ebuild b/sys-fs/ncdu/ncdu-2.1.2.ebuild index f42a147a60d7..e755f1d265d0 100644 --- a/sys-fs/ncdu/ncdu-2.1.2.ebuild +++ b/sys-fs/ncdu/ncdu-2.1.2.ebuild @@ -18,6 +18,10 @@ BDEPEND=" virtual/pkgconfig " +# see https://github.com/ziglang/zig/issues/3382 +# For now, Zig doesn't support CFLAGS/LDFLAGS/etc. +QA_FLAGS_IGNORED="/usr/bin/ncdu" + src_test() { zig build test || die "Tests failed" }