commit: 1cc4ea1522e7013ca4d95ca7d47693e7b4c65563 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu May 9 09:08:28 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu May 9 09:08:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc4ea15
games-strategy/wesnoth: Fix failing test Closes: https://bugs.gentoo.org/931551 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 eb3ae4211e88..ba33c9b827a8 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
