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 3362A138336 for ; Sat, 9 Feb 2019 18:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A80E09C9; Sat, 9 Feb 2019 18:17:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 15851E0955 for ; Sat, 9 Feb 2019 18:17:18 +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 30C0B335D12 for ; Sat, 9 Feb 2019 18:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635B8522 for ; Sat, 9 Feb 2019 18:17:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549733189.623d4c38f99ff15ced6a214cda04be8e7900da76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpc/ncmpc-0.33.ebuild X-VCS-Directories: media-sound/ncmpc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 623d4c38f99ff15ced6a214cda04be8e7900da76 X-VCS-Branch: master Date: Sat, 9 Feb 2019 18:17:15 +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: 674af905-2abb-4193-82d6-31460f0b6ac1 X-Archives-Hash: 1e42c989db43fb9888e7cdef84cc2fd4 commit: 623d4c38f99ff15ced6a214cda04be8e7900da76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 9 17:26:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 9 17:26:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623d4c38 media-sound/ncmpc: Set BDEPEND Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/ncmpc/ncmpc-0.33.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/ncmpc/ncmpc-0.33.ebuild b/media-sound/ncmpc/ncmpc-0.33.ebuild index 5aa8337eea5..12902557920 100644 --- a/media-sound/ncmpc/ncmpc-0.33.ebuild +++ b/media-sound/ncmpc/ncmpc-0.33.ebuild @@ -14,18 +14,18 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="+artist-screen async-connect chat-screen doc +help-screen key-screen lirc lyrics-screen outputs-screen search-screen +song-screen +mouse nls pcre" +BDEPEND=" + virtual/pkgconfig + doc? ( dev-python/sphinx ) +" RDEPEND=" >=media-libs/libmpdclient-2.9 sys-libs/ncurses:0=[unicode] lirc? ( app-misc/lirc ) pcre? ( dev-libs/libpcre ) " - DEPEND="${RDEPEND} - >=dev-util/meson-0.47 >=dev-libs/boost-1.62 - virtual/pkgconfig - doc? ( dev-python/sphinx ) " src_prepare() {