commit: fbc2950e947132740d613c48d8db2449dc0dda20 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 11 00:47:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 11 00:47:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc2950e
profiles/base: drop pulseaudio forced USE=daemon It's no longer relevant with the now-stabled split packages. Bug: https://bugs.gentoo.org/820332 Bug: https://bugs.gentoo.org/850604 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.stable.force | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/profiles/base/package.use.stable.force b/profiles/base/package.use.stable.force index 888ae45e9dd2..90c98d1e2a45 100644 --- a/profiles/base/package.use.stable.force +++ b/profiles/base/package.use.stable.force @@ -1,17 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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.
