From 2130804eda00268ce2a34eb936167bcfeb4281a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 28 Jul 2023 04:35:59 +0100 Subject: gentoo auto-resync : 28:07:2023 - 04:35:59 --- app-emulation/ruffle/ruffle-0_p20230724.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app-emulation/ruffle/ruffle-0_p20230724.ebuild') diff --git a/app-emulation/ruffle/ruffle-0_p20230724.ebuild b/app-emulation/ruffle/ruffle-0_p20230724.ebuild index e242da6b322b..012ed52e5f0f 100644 --- a/app-emulation/ruffle/ruffle-0_p20230724.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20230724.ebuild @@ -615,7 +615,16 @@ src_configure() { } src_test() { - virtx cargo_src_test + xdg_environment_reset + + local skip=( + # this should be fine on real hardware, but currently fails with mesa's + # software rendering (bug #911320) -- note they are auto-skipped if + # USE=-gles2 on mesa, and this just forces to skip regardless + --skip visual/filters/displacement_map + ) + + virtx cargo_src_test -- "${skip[@]}" } src_install() { -- cgit v1.2.3