diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 11:53:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 11:53:51 +0100 |
commit | fa55d3203ebcc13b92fca154a2be8cd497004768 (patch) | |
tree | d4113f8387cb4ae1f9d759f46a4da20dfec4caec /profiles | |
parent | profiles: targets/desktop: Consolidate dev-python/* package.use (diff) | |
download | gentoo-fa55d3203ebcc13b92fca154a2be8cd497004768.tar.gz gentoo-fa55d3203ebcc13b92fca154a2be8cd497004768.tar.bz2 gentoo-fa55d3203ebcc13b92fca154a2be8cd497004768.zip |
profiles: desktop/plasma: Copy app-emulation/fuse[-pulseaudio] p.use
... from gnome target.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index a5943aee3640..2fdcfe232a9d 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2023-11-12) +# 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 + # NSS: Required by kde-apps/okular[pdf] # Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) app-text/poppler nss boost |