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 B02E61388B6 for ; Fri, 13 Nov 2015 06:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D621521C01D; Fri, 13 Nov 2015 06:59:50 +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 2444721C01D for ; Fri, 13 Nov 2015 06:59:50 +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 4B15F340666 for ; Fri, 13 Nov 2015 06:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3F3F1473 for ; Fri, 13 Nov 2015 06:59:46 +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: <1447397852.33df5b321498bd8dd6b8d2099dec644c9c981508.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.6.8.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 33df5b321498bd8dd6b8d2099dec644c9c981508 X-VCS-Branch: master Date: Fri, 13 Nov 2015 06:59:46 +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: a1b907e1-dbc3-45a3-806f-447b5a957c53 X-Archives-Hash: 38983fd115463754cbda62ab182c9eb9 commit: 33df5b321498bd8dd6b8d2099dec644c9c981508 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Nov 13 06:57:32 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Nov 13 06:57:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df5b32 media-sound/ncmpcpp: Set sys-libs/ncurses SLOT dependency. Package-Manager: portage-2.2.24 media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild index fae8b48..db22df8 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild @@ -18,7 +18,7 @@ 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 ) visualizer? ( sci-libs/fftw:3.0 )