From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88027158086 for ; Tue, 26 Oct 2021 10:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34381E0830; Tue, 26 Oct 2021 10:00:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14874E0830 for ; Tue, 26 Oct 2021 10:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDBE4342EE8 for ; Tue, 26 Oct 2021 10:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54029157 for ; Tue, 26 Oct 2021 10:00:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635242374.14709992cb71e31ab190f1189e9dddec8b8ee455.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.stable.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14709992cb71e31ab190f1189e9dddec8b8ee455 X-VCS-Branch: master Date: Tue, 26 Oct 2021 10:00:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5e7fe82-157d-4f54-85f1-692ca24be539 X-Archives-Hash: 1c2022fd2246e2c607f64eb49dc34217 commit: 14709992cb71e31ab190f1189e9dddec8b8ee455 Author: Sam James gentoo org> AuthorDate: Tue Oct 26 09:59:34 2021 +0000 Commit: Sam James gentoo 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 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 (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 (2019-07-11) # The absense of these features require dev-perl/GD, which currently # can't be considered stable due to serious defects upstream.