Gentoo Archives: gentoo-commits

From: YOSHIOKA Takuma <lo48576@×××××××.red>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dust/
Date: Tue, 20 Apr 2021 18:59:17
Message-Id: 1618945148.2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f.YOSHIOKATakuma@gentoo
1 commit: 2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Tue Apr 20 18:59:08 2021 +0000
4 Commit: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
5 CommitDate: Tue Apr 20 18:59:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cade4eb
7
8 sys-apps/dust: ignore failing tests
9
10 All failing tests have been already reported at upstream repository.
11 They are not solved yet, and (maybe) not gentoo-specific.
12
13 Closes: https://bugs.gentoo.org/784521
14 Package-Manager: Portage-3.0.18, Repoman-3.0.3
15 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>
16
17 sys-apps/dust/dust-0.5.3.ebuild | 5 ++++-
18 sys-apps/dust/dust-0.5.4.ebuild | 5 ++++-
19 2 files changed, 8 insertions(+), 2 deletions(-)
20
21 diff --git a/sys-apps/dust/dust-0.5.3.ebuild b/sys-apps/dust/dust-0.5.3.ebuild
22 index 00bfd3299..6c46b6b0a 100644
23 --- a/sys-apps/dust/dust-0.5.3.ebuild
24 +++ b/sys-apps/dust/dust-0.5.3.ebuild
25 @@ -69,7 +69,10 @@ HOMEPAGE="https://github.com/bootandy/dust"
26 SRC_URI="https://github.com/bootandy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
27 $(cargo_crate_uris ${CRATES})"
28 # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
29 -RESTRICT="mirror"
30 +#
31 +# Specifying `test` to ignore failing tests.
32 +# See <https://github.com/bootandy/dust/issues/138>.
33 +RESTRICT="mirror test"
34 LICENSE="Apache-2.0 MIT"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37
38 diff --git a/sys-apps/dust/dust-0.5.4.ebuild b/sys-apps/dust/dust-0.5.4.ebuild
39 index f8c351901..401abd11e 100644
40 --- a/sys-apps/dust/dust-0.5.4.ebuild
41 +++ b/sys-apps/dust/dust-0.5.4.ebuild
42 @@ -73,7 +73,10 @@ HOMEPAGE="https://github.com/bootandy/dust"
43 SRC_URI="https://github.com/bootandy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
44 $(cargo_crate_uris ${CRATES})"
45 # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
46 -RESTRICT="mirror"
47 +#
48 +# Specifying `test` to ignore failing tests.
49 +# See <https://github.com/bootandy/dust/issues/138>.
50 +RESTRICT="mirror test"
51 LICENSE="Apache-2.0 MIT"
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86"