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 679B815806E for ; Mon, 29 May 2023 13:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54CAE08D9; Mon, 29 May 2023 13:11:42 +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 A980FE08D9 for ; Mon, 29 May 2023 13:11:42 +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 BDA6E340F8B for ; Mon, 29 May 2023 13:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DA7A8B for ; Mon, 29 May 2023 13:11:38 +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: <1685365860.f15a6322d089f36c3b3d235056379068bd518cbe.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-2.15.9-r1.ebuild net-wireless/gqrx/gqrx-2.15.9-r2.ebuild X-VCS-Directories: net-wireless/gqrx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f15a6322d089f36c3b3d235056379068bd518cbe X-VCS-Branch: master Date: Mon, 29 May 2023 13:11:38 +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: 3a4f724d-7eb4-494f-b1de-e37fa2c43a0b X-Archives-Hash: 19768cfdf77328b8bffa2482a67b24c9 commit: f15a6322d089f36c3b3d235056379068bd518cbe Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 10:19:17 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 13:11:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15a6322 net-wireless/gqrx: 2.15.9: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> net-wireless/gqrx/{gqrx-2.15.9-r1.ebuild => gqrx-2.15.9-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gqrx/gqrx-2.15.9-r1.ebuild b/net-wireless/gqrx/gqrx-2.15.9-r2.ebuild similarity index 93% rename from net-wireless/gqrx/gqrx-2.15.9-r1.ebuild rename to net-wireless/gqrx/gqrx-2.15.9-r2.ebuild index 2a93f5952141..c2935b0461f9 100644 --- a/net-wireless/gqrx/gqrx-2.15.9-r1.ebuild +++ b/net-wireless/gqrx/gqrx-2.15.9-r2.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}"