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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 548C113832E for ; Thu, 11 Aug 2016 14:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B1221C084; Thu, 11 Aug 2016 14:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 142AD21C084 for ; Thu, 11 Aug 2016 14:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01FA2340BBA for ; Thu, 11 Aug 2016 14:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADE92451 for ; Thu, 11 Aug 2016 14:39:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1470926350.f4cc96a09f228b03d2d602a226c7b71a233a2dfc.jer@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.19.18.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f4cc96a09f228b03d2d602a226c7b71a233a2dfc X-VCS-Branch: master Date: Thu, 11 Aug 2016 14:39:22 +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-Archives-Salt: bbbeb24e-7862-4013-9bfe-ddd816c08049 X-Archives-Hash: d5827ba26fe06312b828070b24724073 commit: f4cc96a09f228b03d2d602a226c7b71a233a2dfc Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 11 14:32:59 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 11 14:39:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc96a0 media-sound/mpd: Add support for media-libs/libsidplayfp as alternative to media-libs/libsidplay:2. Package-Manager: portage-2.3.0 media-sound/mpd/mpd-0.19.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mpd/mpd-0.19.18.ebuild b/media-sound/mpd/mpd-0.19.18.ebuild index ed10103..71a85d5 100644 --- a/media-sound/mpd/mpd-0.19.18.ebuild +++ b/media-sound/mpd/mpd-0.19.18.ebuild @@ -80,7 +80,7 @@ CDEPEND="!=net-fs/samba-4.0.25 ) ) - sid? ( media-libs/libsidplay:2 ) + sid? ( || ( media-libs/libsidplay:2 media-libs/libsidplayfp ) ) sndfile? ( media-libs/libsndfile ) soundcloud? ( >=dev-libs/yajl-2 ) libsoxr? ( media-libs/soxr )