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 3A823138334 for ; Sun, 3 Feb 2019 21:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A20E09BB; Sun, 3 Feb 2019 21:38:33 +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 0D156E09BB for ; Sun, 3 Feb 2019 21:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 52F1B335DA8 for ; Sun, 3 Feb 2019 21:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D24052D for ; Sun, 3 Feb 2019 21:38:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1549229884.5df23f6b1670d5e9261431a6b4a0670355067c3d.williamh@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.21.4-r1.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5df23f6b1670d5e9261431a6b4a0670355067c3d X-VCS-Branch: master Date: Sun, 3 Feb 2019 21:38:29 +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: 1071acf8-eb6b-4ad0-bf8e-2b610758f813 X-Archives-Hash: 95fae05895843067170644979aaa5542 commit: 5df23f6b1670d5e9261431a6b4a0670355067c3d Author: William Hubbs gentoo org> AuthorDate: Sun Feb 3 21:36:54 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Feb 3 21:38:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df23f6b media-sound/mpd: remove meson_auto_depend usage from 0.24.1-r1 This was approved by zlogene. Closes: https://bugs.gentoo.org/676364 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> media-sound/mpd/mpd-0.21.4-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-sound/mpd/mpd-0.21.4-r1.ebuild b/media-sound/mpd/mpd-0.21.4-r1.ebuild index 5a07765cd9d..51216f324c5 100644 --- a/media-sound/mpd/mpd-0.21.4-r1.ebuild +++ b/media-sound/mpd/mpd-0.21.4-r1.ebuild @@ -5,8 +5,6 @@ EAPI=7 inherit flag-o-matic linux-info meson systemd user -MESON_AUTO_DEPEND="no" - DESCRIPTION="The Music Player Daemon (mpd)" HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD" SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" @@ -111,8 +109,7 @@ DEPEND="${RDEPEND} >=dev-libs/boost-1.58:= test? ( dev-cpp/gtest )" -BDEPEND=">dev-util/meson-0.47.1 - virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-0.18.conf.patch