How about that?
Tend to forget this package exists given wine@ doesn't need it anymore, guess it still has one non-wine consumer though. I'll have a look later.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f915475b49229740579b510425a8add497e6e9 commit 98f915475b49229740579b510425a8add497e6e9 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2023-02-19 03:42:55 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2023-02-19 05:01:21 +0000 app-emulation/faudio: add 23.02, simplify and drop multilib support Mostly to sanitize the ebuild before dropping wine@ from metadata, >=wine-7 does not need this package anymore, and its only consumer (app-emulation/86Box) doesn't need multilib complications (esp. the +abi_x86_32 that was pulling more 32bit deps by default). Extra notes on changes: * drop duplicate lowercase faudio.pc (was manually installed by the ebuild and does not seem used, 86Box looks for FAudio.pc) * no longer install to /usr/include/FAudio, default is directly under /usr/include which is acceptable given headers have unique names * drop xnasong USE, no extra dependencies, is enabled by default, and disabling just result in a gimped library (fwiw left dumpvoices given off-by-default and have not looked closely at how it works) * drop utils USE, the utils were being built but not installed anyway, and not seeing a reason to change this currently * drop gstreamer (option is gone, unused) * move tests from postinst(!) back into the portage sandbox, this really just needs to set an SDL variable and doesn't need virtx Have not really tested 86Box beside building (note that it does not seem to use faudio unless USE=-openal despite what DEPEND says, and being default it's unlikely many are actually using faudio). Closes: https://bugs.gentoo.org/895278 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> app-emulation/faudio/Manifest | 1 + app-emulation/faudio/faudio-23.02.ebuild | 37 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+)