Live ebuild for mumble ignores pulseaudio use flag — it's only used to pull dependency. I need pulseaudio libraries for some stuff, but I'm using alsa as a default, so cmake is finding pulseaudio (because it is in my system) and mumble is built with pulseaudio support. Simply adding `$(myuse pulseaudio)` in `src_configure()` stops cmake from even searching and builds mumble without pulseaudio support — respecting lack of use flag.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb7c30de71196c19823a77bc17c7f96255ab230 commit 4bb7c30de71196c19823a77bc17c7f96255ab230 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-08-21 19:20:21 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-08-21 19:21:03 +0000 media-sound/mumble: Fix missing pulseaudio build switch Reported-by: Jarek Rymut <jarymut+gentoo.bugs@gmail.com> Closes: https://bugs.gentoo.org/661790 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 1 + 1 file changed, 1 insertion(+)