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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4DDC138239 for ; Tue, 20 Apr 2021 18:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 079A3E0858; Tue, 20 Apr 2021 18:59:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD356E0858 for ; Tue, 20 Apr 2021 18:59:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2121340F4B for ; Tue, 20 Apr 2021 18:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57656C3 for ; Tue, 20 Apr 2021 18:59:14 +0000 (UTC) From: "YOSHIOKA Takuma" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "YOSHIOKA Takuma" Message-ID: <1618945148.2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f.YOSHIOKATakuma@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dust/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dust/dust-0.5.3.ebuild sys-apps/dust/dust-0.5.4.ebuild X-VCS-Directories: sys-apps/dust/ X-VCS-Committer: YOSHIOKATakuma X-VCS-Committer-Name: YOSHIOKA Takuma X-VCS-Revision: 2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f X-VCS-Branch: dev Date: Tue, 20 Apr 2021 18:59:14 +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: 8f913512-4752-42ca-8aed-00d1cbbd1a24 X-Archives-Hash: 8c2b1a51edbc08d74b2dbc590a6a40ed commit: 2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Tue Apr 20 18:59:08 2021 +0000 Commit: YOSHIOKA Takuma hard-wi red> CommitDate: Tue Apr 20 18:59:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cade4eb sys-apps/dust: ignore failing tests All failing tests have been already reported at upstream repository. They are not solved yet, and (maybe) not gentoo-specific. Closes: https://bugs.gentoo.org/784521 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma hard-wi.red> sys-apps/dust/dust-0.5.3.ebuild | 5 ++++- sys-apps/dust/dust-0.5.4.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-apps/dust/dust-0.5.3.ebuild b/sys-apps/dust/dust-0.5.3.ebuild index 00bfd3299..6c46b6b0a 100644 --- a/sys-apps/dust/dust-0.5.3.ebuild +++ b/sys-apps/dust/dust-0.5.3.ebuild @@ -69,7 +69,10 @@ HOMEPAGE="https://github.com/bootandy/dust" SRC_URI="https://github.com/bootandy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" +# +# Specifying `test` to ignore failing tests. +# See . +RESTRICT="mirror test" LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/sys-apps/dust/dust-0.5.4.ebuild b/sys-apps/dust/dust-0.5.4.ebuild index f8c351901..401abd11e 100644 --- a/sys-apps/dust/dust-0.5.4.ebuild +++ b/sys-apps/dust/dust-0.5.4.ebuild @@ -73,7 +73,10 @@ HOMEPAGE="https://github.com/bootandy/dust" SRC_URI="https://github.com/bootandy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" +# +# Specifying `test` to ignore failing tests. +# See . +RESTRICT="mirror test" LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86"