commit:     a1b96c8eb5d09d60d671b9734bc4e16f7d712b5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 02:45:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 02:45:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b96c8e

app-emulation/faudio: fix multilib tests

This broke with 53b9c858f0f1177c4fc9c34758c74c2d8b6399ce.

Closes: https://bugs.gentoo.org/957400
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/faudio/faudio-25.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/faudio/faudio-25.04.ebuild 
b/app-emulation/faudio/faudio-25.04.ebuild
index 1b1873d707b3..a3563e0713d0 100644
--- a/app-emulation/faudio/faudio-25.04.ebuild
+++ b/app-emulation/faudio/faudio-25.04.ebuild
@@ -35,7 +35,7 @@ src_configure() {
        cmake-multilib_src_configure
 }
 
-src_test() {
+multilib_src_test() {
        einfo "Running faudio_tests, this may take some time without output..."
        SDL_AUDIODRIVER=dummy "${BUILD_DIR}"/faudio_tests || die
 }

Reply via email to