summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-05-09 11:08:28 +0200
committerPacho Ramos <pacho@gentoo.org>2024-05-09 11:08:28 +0200
commit1cc4ea1522e7013ca4d95ca7d47693e7b4c65563 (patch)
tree1d03cff9048093261a35033a4087817d1aa84be9
parentgames-arcade/blobwars: stabilize 2.00-r2 for amd64 (diff)
downloadgentoo-1cc4ea1522e7013ca4d95ca7d47693e7b4c65563.tar.gz
gentoo-1cc4ea1522e7013ca4d95ca7d47693e7b4c65563.tar.bz2
gentoo-1cc4ea1522e7013ca4d95ca7d47693e7b4c65563.zip
games-strategy/wesnoth: Fix failing test
Closes: https://bugs.gentoo.org/931551 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--games-strategy/wesnoth/wesnoth-1.18.0.ebuild5
1 files changed, 5 insertions, 0 deletions
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