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 07C3615808B for ; Fri, 25 Mar 2022 23:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49974E0864; Fri, 25 Mar 2022 23:14:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 329C8E0864 for ; Fri, 25 Mar 2022 23:14:08 +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 3B86E343523 for ; Fri, 25 Mar 2022 23:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76AB315 for ; Fri, 25 Mar 2022 23:14:05 +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: <1648250025.6efac693afcf1d3c1301e8ccd119e0313c5e643b.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.6.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6efac693afcf1d3c1301e8ccd119e0313c5e643b X-VCS-Branch: master Date: Fri, 25 Mar 2022 23:14:05 +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: ac4e78a1-f77a-4bfe-8044-461715fc380e X-Archives-Hash: f03b7a0773a7fd72fd57a2ef5c25d67e commit: 6efac693afcf1d3c1301e8ccd119e0313c5e643b Author: Sam James gentoo org> AuthorDate: Fri Mar 25 23:13:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 25 23:13:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efac693 media-sound/mpd: add additional soundcloud REQUIRED_USE constraint Closes: https://bugs.gentoo.org/830872 Signed-off-by: Sam James gentoo.org> media-sound/mpd/mpd-0.23.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/mpd/mpd-0.23.6.ebuild b/media-sound/mpd/mpd-0.23.6.ebuild index e328075e3301..ed9bd1d6aed9 100644 --- a/media-sound/mpd/mpd-0.23.6.ebuild +++ b/media-sound/mpd/mpd-0.23.6.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" network? ( || ( ${ENCODER_PLUGINS} ) ) recorder? ( || ( ${ENCODER_PLUGINS} ) ) qobuz? ( curl soundcloud ) + soundcloud? ( curl qobuz ) udisks? ( dbus ) upnp? ( curl expat ) webdav? ( curl expat )