commit: 4bf255e93205be8ec378a195583407244c000847 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Mar 18 14:41:24 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Mar 18 15:04:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf255e9
profiles: set app-emulation/fuse -pulseaudio in desktop/gnome profiles Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/targets/desktop/gnome/package.use | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/targets/desktop/gnome/package.use b/profiles/targets/desktop/gnome/package.use index a685386e588..abfa91e4c9c 100644 --- a/profiles/targets/desktop/gnome/package.use +++ b/profiles/targets/desktop/gnome/package.use @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-03-18) +# FUSE cannot be built with multiple audio drivers, and desktop/gnome +# profiles set both USE=pulseaudio (directly) and USE=alsa (inherited +# from desktop). Default to the latter for now because PulseAudio support +# in FUSE is currently considered experimental. +app-emulation/fuse -pulseaudio + # Mart Raudsepp <[email protected]> (2020-05-08) # evolution-data-server requires libical[vala] by default dev-libs/libical vala
