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 C02C4158086 for ; Wed, 1 Dec 2021 16:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2EDBE0809; Wed, 1 Dec 2021 16:53:52 +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 B3782E0809 for ; Wed, 1 Dec 2021 16:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9FE45342FA9 for ; Wed, 1 Dec 2021 16:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021C310C for ; Wed, 1 Dec 2021 16:53:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638377621.15968bac591fa32cd6861206ac3b88dbed79ea2b.sam@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.4.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15968bac591fa32cd6861206ac3b88dbed79ea2b X-VCS-Branch: master Date: Wed, 1 Dec 2021 16:53:50 +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: 4d1277c9-76be-4eb6-a842-77fd7aca48cb X-Archives-Hash: 5b869e888b08d166856cca17ed27a75c commit: 15968bac591fa32cd6861206ac3b88dbed79ea2b Author: Sam James gentoo org> AuthorDate: Wed Dec 1 16:53:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 16:53:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15968bac media-sound/mpd: drop removed tidal support in 0.23.4 Bug: https://bugs.gentoo.org/818667 Thanks-to: 0xC0ncord Signed-off-by: Sam James gentoo.org> media-sound/mpd/mpd-0.23.4.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-sound/mpd/mpd-0.23.4.ebuild b/media-sound/mpd/mpd-0.23.4.ebuild index ac1b4083bc17..217a56903cae 100644 --- a/media-sound/mpd/mpd-0.23.4.ebuild +++ b/media-sound/mpd/mpd-0.23.4.ebuild @@ -17,7 +17,7 @@ IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus +ipv6 jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms modplug mpg123 musepack +network nfs openal openmpt opus oss pipe pipewire pulseaudio qobuz recorder samba selinux sid signalfd snapcast sndfile sndio soundcloud sqlite systemd - test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp + test twolame udisks unicode vorbis wavpack webdav wildmidi upnp zeroconf zip zlib" OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pipewire pulseaudio snapcast sndio recorder" @@ -95,8 +95,6 @@ RDEPEND=" soundcloud? ( >=dev-libs/yajl-2:= ) sqlite? ( dev-db/sqlite:3 ) systemd? ( sys-apps/systemd ) - tidal? ( dev-libs/yajl - net-misc/curl ) twolame? ( media-sound/twolame ) udisks? ( sys-fs/udisks:2 ) upnp? ( net-libs/libupnp:0 ) @@ -250,7 +248,6 @@ src_configure() { emesonargs+=( -Dqobuz=$(usex qobuz enabled disabled) -Dsoundcloud=$(usex soundcloud enabled disabled) - -Dtidal=$(usex tidal enabled disabled) ) emesonargs+=(