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 0573B15806E for ; Mon, 29 May 2023 18:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AFFBE07EA; Mon, 29 May 2023 18:30:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF13FE07EA for ; Mon, 29 May 2023 18:29:59 +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 EE9AB3410A6 for ; Mon, 29 May 2023 18:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCA4A7D for ; Mon, 29 May 2023 18:29:57 +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: <1685384979.d239b006f4f4d424439ebba5402829c54ede8e9e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0.ebuild X-VCS-Directories: media-sound/pavucontrol-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d239b006f4f4d424439ebba5402829c54ede8e9e X-VCS-Branch: master Date: Mon, 29 May 2023 18:29:57 +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: 42258a6f-33c3-4bfa-8667-1b9bc56ff309 X-Archives-Hash: bf31ca4c446467220b69e8b6eaed9002 commit: d239b006f4f4d424439ebba5402829c54ede8e9e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 17:38:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 18:29:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d239b006 media-sound/pavucontrol-qt: Switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../{pavucontrol-qt-1.3.0.ebuild => pavucontrol-qt-1.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild similarity index 95% rename from media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0.ebuild rename to media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild index 427e9295dfc6..6a15ab9e24ae 100644 --- a/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0.ebuild +++ b/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild @@ -29,6 +29,6 @@ DEPEND=" >=dev-qt/qtgui-5.15:5 >=dev-qt/qtcore-5.15:5 >=dev-qt/qtwidgets-5.15:5 - media-sound/pulseaudio[glib] + media-libs/libpulse[glib] " RDEPEND="${DEPEND}"