diff options
author | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2021-04-21 03:59:08 +0900 |
---|---|---|
committer | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2021-04-21 03:59:08 +0900 |
commit | 2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f (patch) | |
tree | c7ea11e9a7edbac090dacdbc6bbd0a0699d27932 /sys-apps | |
parent | media-sound/noson-app: add missing dep (diff) | |
download | guru-2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f.tar.gz guru-2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f.tar.bz2 guru-2cade4ebf7d8c3a2a47ef9eeb6b676a53491251f.zip |
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 <lo48576@hard-wi.red>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dust/dust-0.5.3.ebuild | 5 | ||||
-rw-r--r-- | 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 <https://github.com/bootandy/dust/issues/138>. +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 <https://github.com/bootandy/dust/issues/138>. +RESTRICT="mirror test" LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" |