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 9186315806E for ; Mon, 29 May 2023 09:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93595E084E; Mon, 29 May 2023 09:12:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DF65E084E for ; Mon, 29 May 2023 09:12:29 +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 52C61340EFD for ; Mon, 29 May 2023 09:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A40A7D for ; Mon, 29 May 2023 09:12:26 +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: <1685351538.f8eea42863d463e88eec8cdd0cd510a65ab12046.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpd/mpd-0.23.12-r1.ebuild media-sound/mpd/mpd-0.23.12-r2.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f8eea42863d463e88eec8cdd0cd510a65ab12046 X-VCS-Branch: master Date: Mon, 29 May 2023 09:12:26 +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: ad462379-fdef-4b7a-b39d-4f717b986425 X-Archives-Hash: 5c7417ff814c3b52c66a03785f777f4c commit: f8eea42863d463e88eec8cdd0cd510a65ab12046 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 28 19:49:08 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 09:12:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8eea428 media-sound/mpd: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/mpd/{mpd-0.23.12-r1.ebuild => mpd-0.23.12-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mpd/mpd-0.23.12-r1.ebuild b/media-sound/mpd/mpd-0.23.12-r2.ebuild similarity index 99% rename from media-sound/mpd/mpd-0.23.12-r1.ebuild rename to media-sound/mpd/mpd-0.23.12-r2.ebuild index 3b9aeb9c020a..1b33e5b70dfc 100644 --- a/media-sound/mpd/mpd-0.23.12-r1.ebuild +++ b/media-sound/mpd/mpd-0.23.12-r2.ebuild @@ -87,7 +87,7 @@ RDEPEND=" openal? ( media-libs/openal ) openmpt? ( media-libs/libopenmpt ) opus? ( media-libs/opus ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) pipewire? ( media-video/pipewire:= ) qobuz? ( dev-libs/libgcrypt:0 ) samba? ( net-fs/samba )