From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-844368-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B17381384B4 for <garchives@archives.gentoo.org>; Fri, 6 Nov 2015 06:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB10E07F7; Fri, 6 Nov 2015 06:53:14 +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 4DB9DE07F5 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2015 06:53:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367D734063E for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2015 06:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7206E21B3 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2015 06:53:10 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1446792761.861dd7b82b96bd3c26b6797c8dfbfb78ccefad62.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: 861dd7b82b96bd3c26b6797c8dfbfb78ccefad62 X-VCS-Branch: master Date: Fri, 6 Nov 2015 06:53:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e339d89f-3de2-45db-aa7a-3ca1d87716ae X-Archives-Hash: 6f2ad278177ae7ef19eb160e0bb0962e commit: 861dd7b82b96bd3c26b6797c8dfbfb78ccefad62 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 06:52:41 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 06:52:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861dd7b8 media-sound/ncmpcpp: Set sub-SLOT dependency on sys-libs/ncurses Additionally, depend on dev-libs/boost[icu] when USE=unicode since anyone expecting Unicode to work would equally expect case insensitive UTF-8 search to work 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 fae8b48..6064b68 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild @@ -18,9 +18,10 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) dev-libs/boost:=[nls,threads] - sys-libs/ncurses[unicode?] + sys-libs/ncurses:=[unicode?] sys-libs/readline:* taglib? ( media-libs/taglib ) + unicode? ( dev-libs/boost:=[icu] ) visualizer? ( sci-libs/fftw:3.0 ) " DEPEND=" diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index d1775b6..ffeb992 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -19,9 +19,10 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) dev-libs/boost:=[nls,threads] - sys-libs/ncurses[unicode?] + sys-libs/ncurses:=[unicode?] sys-libs/readline:* taglib? ( media-libs/taglib ) + unicode? ( dev-libs/boost:=[icu] ) visualizer? ( sci-libs/fftw:3.0 ) " DEPEND="