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 BE57E15800F for ; Fri, 20 Jan 2023 03:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E30E0876; Fri, 20 Jan 2023 03:54:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFFAFE0876 for ; Fri, 20 Jan 2023 03:54:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBFAF340C96 for ; Fri, 20 Jan 2023 03:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FDDC884 for ; Fri, 20 Jan 2023 03:54:31 +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: <1674186854.39e67bbd234641430a6697274c36d68bef14b29c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/metadata.xml sys-fs/ncdu/ncdu-2.2.2.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39e67bbd234641430a6697274c36d68bef14b29c X-VCS-Branch: master Date: Fri, 20 Jan 2023 03:54:31 +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: 56bf9204-eec3-48b2-8afc-2e6836fad897 X-Archives-Hash: f8978d93128bd05d84c4cfd20821204a commit: 39e67bbd234641430a6697274c36d68bef14b29c Author: Eric Joldasov getgoogleoff me> AuthorDate: Fri Jan 20 03:42:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 20 03:54:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e67bbd sys-fs/ncdu: use "edo" for tests, fix RedirectedUrl Signed-off-by: Eric Joldasov getgoogleoff.me> Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/metadata.xml | 2 +- sys-fs/ncdu/ncdu-2.2.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml index 758625ee95a2..8a13f5d95ce3 100644 --- a/sys-fs/ncdu/metadata.xml +++ b/sys-fs/ncdu/metadata.xml @@ -14,7 +14,7 @@ https://dev.yorhel.nl/ncdu/changes2 - https://dev.yorhel.nl/ncdu/man2 + https://dev.yorhel.nl/ncdu/man https://code.blicky.net/yorhel/ncdu/issues diff --git a/sys-fs/ncdu/ncdu-2.2.2.ebuild b/sys-fs/ncdu/ncdu-2.2.2.ebuild index 76352de4de29..739ef3d534c7 100644 --- a/sys-fs/ncdu/ncdu-2.2.2.ebuild +++ b/sys-fs/ncdu/ncdu-2.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit verify-sig +inherit verify-sig edo DESCRIPTION="NCurses Disk Usage" HOMEPAGE="https://dev.yorhel.nl/ncdu" @@ -39,7 +39,7 @@ src_unpack() { } src_test() { - zig build test || die "Tests failed" + edo zig build test } src_install() {