media-gfx/oxipng: add workaround for occasionally broken tests

The issue is reported to upstream
(<https://github.com/shssoichiro/oxipng/issues/412>).

Closes: https://bugs.gentoo.org/784416
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
YOSHIOKA Takuma
2021-07-08 04:25:37 +09:00
parent 9382c22fd6
commit 6c5c237129
2 changed files with 12 additions and 0 deletions

View File

@@ -105,3 +105,9 @@ src_install() {
dodoc CHANGELOG.md README.md
}
src_test() {
# Workaround for the upstream bug <https://github.com/shssoichiro/oxipng/issues/412>.
cargo_src_test -- --skip issue_182
cargo_src_test -- issue_182
}

View File

@@ -99,3 +99,9 @@ src_install() {
dodoc CHANGELOG.md README.md
}
src_test() {
# Workaround for the upstream bug <https://github.com/shssoichiro/oxipng/issues/412>.
cargo_src_test -- --skip issue_182
cargo_src_test -- issue_182
}