mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user