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 2356715810F for ; Sat, 10 Jun 2023 22:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECEB2E08A5; Sat, 10 Jun 2023 22:56:26 +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 A1DC3E08A5 for ; Sat, 10 Jun 2023 22:56: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 A9E0833E01A for ; Sat, 10 Jun 2023 22:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C35A8E for ; Sat, 10 Jun 2023 22:56:24 +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: <1686437765.61b10eac413d91748dd025fcbba05cb31fecc677.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/scream/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/scream/scream-9999.ebuild X-VCS-Directories: media-sound/scream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61b10eac413d91748dd025fcbba05cb31fecc677 X-VCS-Branch: master Date: Sat, 10 Jun 2023 22:56:24 +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: 30efcc37-180c-4921-a043-d789bb279190 X-Archives-Hash: cc8db8a8357df5bb67b53280ae4c4b5f commit: 61b10eac413d91748dd025fcbba05cb31fecc677 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:28:31 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 22:56:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b10eac media-sound/scream: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/scream/scream-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/scream/scream-9999.ebuild b/media-sound/scream/scream-9999.ebuild index 8c7ed7611cf1..75ab1107c4f1 100644 --- a/media-sound/scream/scream-9999.ebuild +++ b/media-sound/scream/scream-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ RDEPEND=" virtual/jack ) pcap? ( net-libs/libpcap ) - pulseaudio? ( media-sound/pulseaudio )" + pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"