From 1cc4ea1522e7013ca4d95ca7d47693e7b4c65563 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 9 May 2024 11:08:28 +0200 Subject: [PATCH] games-strategy/wesnoth: Fix failing test Closes: https://bugs.gentoo.org/931551 Signed-off-by: Pacho Ramos --- games-strategy/wesnoth/wesnoth-1.18.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild index eb3ae4211e889..ba33c9b827a81 100644 --- a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild @@ -92,6 +92,11 @@ src_configure() { cmake_src_configure } +src_test() { + # Allow SDL_Mixer test to pass, bug #931551 + SDL_AUDIODRIVER=dummy cmake_src_test +} + src_install() { local DOCS=( README.md changelog.md ) cmake_src_install