From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1522901-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 001DC15806E
	for <garchives@archives.gentoo.org>; Mon, 29 May 2023 13:27:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3C65CE0819;
	Mon, 29 May 2023 13:27:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1E2A1E0819
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 13:27:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 5E525340F5F
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 13:27:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C606A67
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 13:27:45 +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: <1685366844.c5981ce00666233d29677f178813c73834107775.asturm@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
X-VCS-Repository: proj/qt
X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
X-VCS-Directories: lxqt-base/lxqt-panel/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c5981ce00666233d29677f178813c73834107775
X-VCS-Branch: master
Date: Mon, 29 May 2023 13:27:45 +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: 5057a11a-8d59-4608-8ace-e7ee92178eff
X-Archives-Hash: 59ec08a7740e153f371561c5156f8101

commit:     c5981ce00666233d29677f178813c73834107775
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 13:27:24 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:27:24 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c5981ce0

lxqt-base/lxqt-panel: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 158b0f66..91e8c9f4 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -70,8 +70,8 @@ DEPEND="
 	volume? (
 		alsa? ( media-libs/alsa-lib )
 		pulseaudio? (
+			media-libs/libpulse
 			media-sound/pavucontrol-qt
-			media-sound/pulseaudio
 		)
 	)
 "