From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422402-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B12BF158094
	for <garchives@archives.gentoo.org>; Wed, 27 Jul 2022 10:27:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E24E6E09A6;
	Wed, 27 Jul 2022 10:27:42 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BE01CE09A6
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B8CAF341073
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F99554
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:40 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1658917590.c21f99afa71b1abae56d025e8e75f14492b527a2.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild kde-plasma/plasma-meta/plasma-meta-5.24.6.ebuild
X-VCS-Directories: kde-plasma/plasma-meta/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c21f99afa71b1abae56d025e8e75f14492b527a2
X-VCS-Branch: master
Date: Wed, 27 Jul 2022 10:27:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b05667ab-4cee-403a-b7a6-546f5707211e
X-Archives-Hash: f4a8771f7d02630e1593daed881fe878

commit:     c21f99afa71b1abae56d025e8e75f14492b527a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 10:11:30 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 10:26:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21f99af

kde-plasma/plasma-meta: Make IUSE pulseaudio depend on some server

Bug: https://bugs.gentoo.org/859280
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{plasma-meta-5.24.6.ebuild => plasma-meta-5.24.6-r1.ebuild}  | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.24.6.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
similarity index 95%
rename from kde-plasma/plasma-meta/plasma-meta-5.24.6.ebuild
rename to kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
index 064de1cba47c..ad8984ec7e8d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.24.6.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
@@ -81,7 +81,14 @@ RDEPEND="
 		>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
 		>=kde-plasma/plymouth-kcm-${PV}:${SLOT}
 	)
-	pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+	pulseaudio? (
+		>=kde-plasma/plasma-pa-${PV}:${SLOT}
+		|| (
+			media-video/pipewire[sound-server(+)]
+			media-sound/pulseaudio-daemon
+			media-sound/pulseaudio[daemon(+)]
+		)
+	)
 	sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
 	smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
 	systemd? (