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 0B5E415806E for ; Mon, 29 May 2023 13:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02703E0849; Mon, 29 May 2023 13:00:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DFE3E0849 for ; Mon, 29 May 2023 13:00:55 +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 8C4A2340DD4 for ; Mon, 29 May 2023 13:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA634A77 for ; Mon, 29 May 2023 13:00:52 +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: <1685365240.0f190e5fb5900b9e46b0cc0ed80bd64047baa480.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gqrx/gqrx-9999.ebuild X-VCS-Directories: net-wireless/gqrx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f190e5fb5900b9e46b0cc0ed80bd64047baa480 X-VCS-Branch: master Date: Mon, 29 May 2023 13:00:52 +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: 7b07e1ce-b3a1-465f-bb19-469ddd86c5ef X-Archives-Hash: f2c1fd5bdeea332ebc14a15cbd41e9af commit: 0f190e5fb5900b9e46b0cc0ed80bd64047baa480 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:29:54 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 13:00:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f190e5f net-wireless/gqrx: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> net-wireless/gqrx/gqrx-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild index 2a93f5952141..c2935b0461f9 100644 --- a/net-wireless/gqrx/gqrx-9999.ebuild +++ b/net-wireless/gqrx/gqrx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ DEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 sci-libs/volk:= - pulseaudio? ( media-sound/pulseaudio:= ) + pulseaudio? ( media-libs/libpulse ) portaudio? ( media-libs/portaudio:= )" RDEPEND="${DEPEND}"