From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9809E1384B4 for ; Sun, 8 Nov 2015 10:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C53E085A; Sun, 8 Nov 2015 10:36:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A0C9E085A for ; Sun, 8 Nov 2015 10:36:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F07703403C1 for ; Sun, 8 Nov 2015 10:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12AC214D for ; Sun, 8 Nov 2015 10:36:27 +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: <1446978983.0a0a22eb6a385d89b2ef35d4f95a6d6c81202e93.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild media-sound/ncmpcpp/ncmpcpp-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0a0a22eb6a385d89b2ef35d4f95a6d6c81202e93 X-VCS-Branch: master Date: Sun, 8 Nov 2015 10:36:27 +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: f2fcfeeb-ee2b-4ca8-b106-25584fc64537 X-Archives-Hash: 51b91e3415e9f06d7565d779b3756513 commit: 0a0a22eb6a385d89b2ef35d4f95a6d6c81202e93 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Nov 8 10:36:01 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Nov 8 10:36:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0a22eb media-sound/ncmpcpp: Mask dev-libs/boost-1.57 (bug #565102 by Daniel Campbell). Package-Manager: portage-2.2.24 media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild | 3 ++- media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild index 6064b68..14324db 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild @@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="clock curl outputs taglib unicode visualizer" RDEPEND=" + !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - curl? ( net-misc/curl ) dev-libs/boost:=[nls,threads] sys-libs/ncurses:=[unicode?] sys-libs/readline:* + curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) unicode? ( dev-libs/boost:=[icu] ) visualizer? ( sci-libs/fftw:3.0 ) diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index ffeb992..63f102a 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -16,11 +16,12 @@ KEYWORDS="" IUSE="clock curl outputs taglib unicode visualizer" RDEPEND=" + !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - curl? ( net-misc/curl ) dev-libs/boost:=[nls,threads] sys-libs/ncurses:=[unicode?] sys-libs/readline:* + curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) unicode? ( dev-libs/boost:=[icu] ) visualizer? ( sci-libs/fftw:3.0 )