commit: 14709992cb71e31ab190f1189e9dddec8b8ee455 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 26 09:59:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 26 09:59:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14709992
profiles/base: stable-force media-sound/pulseaudio[daemon] for now Needed to avoid REQUIRED_USE hell for now until we sort out the libpulse split. Let's get the shiny PA 15 to users. Closes: https://bugs.gentoo.org/820332 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.stable.force | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.stable.force b/profiles/base/package.use.stable.force index bac5f6a6f2f..888ae45e9dd 100644 --- a/profiles/base/package.use.stable.force +++ b/profiles/base/package.use.stable.force @@ -1,9 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.force +# Sam James <[email protected]> (2021-10-26) +# Force USE=daemon for now because current versions of PA ebuilds need +# complicated package.use changes to satisfy REQUIRED_USE with -daemon +# We want users to be able to benefit from the other PA 15 fixes, so +# force this on for now, to be revisited once libpulse split is complete +# in Gentoo. bug #820332 +media-sound/pulseaudio daemon + ## Kent Fredric <[email protected]> (2019-07-11) # The absense of these features require dev-perl/GD, which currently # can't be considered stable due to serious defects upstream.
