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.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 30B28158041 for ; Sat, 9 Mar 2024 22:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44225E2A21; Sat, 9 Mar 2024 22:04:26 +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 25940E2A21 for ; Sat, 9 Mar 2024 22:04:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 435A333BF28 for ; Sat, 9 Mar 2024 22:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 933E7BE7 for ; Sat, 9 Mar 2024 22:04:23 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1710021520.5d0b560c431830b892d1c3b199f7cdb7102fca58.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d0b560c431830b892d1c3b199f7cdb7102fca58 X-VCS-Branch: master Date: Sat, 9 Mar 2024 22:04:23 +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: 29580736-92e9-4675-af42-e2248cc9ee28 X-Archives-Hash: 46334aa8c019003da5fe04129277f9dc commit: 5d0b560c431830b892d1c3b199f7cdb7102fca58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 9 21:52:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 9 21:58:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d0b560c media-libs/pulseaudio-qt: Add missing media-libs/libpulse[glib] USEdep Closes: https://bugs.gentoo.org/926519 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild index 416cd310f3..580df9d85e 100644 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild @@ -23,7 +23,7 @@ SLOT="0/3" RDEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,dbus] - media-libs/libpulse + media-libs/libpulse[glib] " DEPEND="${RDEPEND} test? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )