commit: 53b9c858f0f1177c4fc9c34758c74c2d8b6399ce Author: Lee Zhi Wei (Dennis) <zhiweilee.com <AT> gmail <DOT> com> AuthorDate: Sat Apr 19 18:48:01 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 21:29:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b9c858
app-emulation/faudio: add multilib Signed-off-by: Lee Zhi Wei (Dennis) <zhiweilee.com <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41669 Closes: https://github.com/gentoo/gentoo/pull/41669 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/faudio/faudio-25.04.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/faudio/faudio-25.04.ebuild b/app-emulation/faudio/faudio-25.04.ebuild index 47c16320b083..1b1873d707b3 100644 --- a/app-emulation/faudio/faudio-25.04.ebuild +++ b/app-emulation/faudio/faudio-25.04.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic +inherit cmake-multilib flag-o-matic DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms" HOMEPAGE="https://fna-xna.github.io/" @@ -17,8 +17,8 @@ IUSE="debug dumpvoices sdl3 test" RESTRICT="!test? ( test )" RDEPEND=" - sdl3? ( media-libs/libsdl3 ) - !sdl3? ( media-libs/libsdl2[sound] ) + sdl3? ( media-libs/libsdl3[${MULTILIB_USEDEP}] ) + !sdl3? ( media-libs/libsdl2[${MULTILIB_USEDEP},sound] ) " DEPEND="${RDEPEND}" @@ -32,7 +32,7 @@ src_configure() { -DDUMP_VOICES="$(usex dumpvoices)" ) - cmake_src_configure + cmake-multilib_src_configure } src_test() {
