From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08F00158064 for ; Thu, 9 May 2024 09:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A48E2AB4; Thu, 9 May 2024 09:09:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3771E2AB4 for ; Thu, 9 May 2024 09:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3708033BE19 for ; Thu, 9 May 2024 09:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A1D711CA for ; Thu, 9 May 2024 09:09:22 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1715245708.1cc4ea1522e7013ca4d95ca7d47693e7b4c65563.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.18.0.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1cc4ea1522e7013ca4d95ca7d47693e7b4c65563 X-VCS-Branch: master Date: Thu, 9 May 2024 09:09:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05b2ac24-733e-4b76-bb1a-226007147ba4 X-Archives-Hash: e14bf706ac390b20f4fbca99c4c7f5e3 commit: 1cc4ea1522e7013ca4d95ca7d47693e7b4c65563 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 9 09:08:28 2024 +0000 Commit: Pacho Ramos gentoo 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 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