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 46618138359 for ; Thu, 12 Nov 2020 21:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8962BE08C3; Thu, 12 Nov 2020 21:01:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C440E08C3 for ; Thu, 12 Nov 2020 21:01:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F481340DCC for ; Thu, 12 Nov 2020 21:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F955439 for ; Thu, 12 Nov 2020 21:01:25 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1605214865.cdf5ca3816c92b1e09fe373354dd352fba3408b5.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sc2mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sc2mpd/sc2mpd-1.1.7.ebuild X-VCS-Directories: media-sound/sc2mpd/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: cdf5ca3816c92b1e09fe373354dd352fba3408b5 X-VCS-Branch: master Date: Thu, 12 Nov 2020 21:01:25 +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: e1598944-e91f-4041-be2c-a8314b5f3d86 X-Archives-Hash: 944995d1d129bf4d55c10a2f734e4856 commit: cdf5ca3816c92b1e09fe373354dd352fba3408b5 Author: Erik Mackdanz gentoo org> AuthorDate: Thu Nov 12 21:01:05 2020 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Thu Nov 12 21:01:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf5ca38 media-sound/sc2mpd: Add missing dep on libmpdclient, expat Signed-off-by: Erik Mackdanz gentoo.org> Closes: https://bugs.gentoo.org/754174 Package-Manager: Portage-3.0.9, Repoman-3.0.2 media-sound/sc2mpd/sc2mpd-1.1.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/sc2mpd/sc2mpd-1.1.7.ebuild b/media-sound/sc2mpd/sc2mpd-1.1.7.ebuild index 161c326eaa3..5e598bc0f58 100644 --- a/media-sound/sc2mpd/sc2mpd-1.1.7.ebuild +++ b/media-sound/sc2mpd/sc2mpd-1.1.7.ebuild @@ -20,8 +20,10 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" + dev-libs/expat media-libs/alsa-lib media-libs/libsamplerate + media-libs/libmpdclient <=net-libs/libmicrohttpd-0.9.70 " RDEPEND="${DEPEND}"