diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-03-18 14:41:24 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-03-18 15:04:00 +0000 |
commit | 4bf255e93205be8ec378a195583407244c000847 (patch) | |
tree | 5edd80d073e4a39e1d7792e3fc40f35a83c24dc9 /profiles/targets | |
parent | app-emulation/fuse: bump to 1.6.0 and EAPI-7 (diff) | |
download | gentoo-4bf255e93205be8ec378a195583407244c000847.tar.gz gentoo-4bf255e93205be8ec378a195583407244c000847.tar.bz2 gentoo-4bf255e93205be8ec378a195583407244c000847.zip |
profiles: set app-emulation/fuse -pulseaudio in desktop/gnome profiles
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/gnome/package.use | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/targets/desktop/gnome/package.use b/profiles/targets/desktop/gnome/package.use index a685386e588a..abfa91e4c9c3 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 <marecki@gentoo.org> (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 <leio@gentoo.org> (2020-05-08) # evolution-data-server requires libical[vala] by default dev-libs/libical vala |