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 07BB413888F for ; Tue, 20 Oct 2015 04:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2720AE083B; Tue, 20 Oct 2015 04:30:45 +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 BF0BCE083B for ; Tue, 20 Oct 2015 04:30:44 +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 927FF340756 for ; Tue, 20 Oct 2015 04:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF5A1387 for ; Tue, 20 Oct 2015 04:30:39 +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: <1445315430.24202f47adbde556059451bc94ea977b0e5e6e0e.jer@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.24-r2.ebuild X-VCS-Directories: media-sound/ncmpc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 24202f47adbde556059451bc94ea977b0e5e6e0e X-VCS-Branch: master Date: Tue, 20 Oct 2015 04:30:39 +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: 6081e625-1456-42b4-9379-ff7e226a2464 X-Archives-Hash: 98a894f468d011ca355e81821f223725 commit: 24202f47adbde556059451bc94ea977b0e5e6e0e Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 20 04:30:30 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 20 04:30:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24202f47 media-sound/ncmpc: Fix patch name (bug #563456). Set SLOT dep on sys-libs/ncurses. Package-Manager: portage-2.2.23 media-sound/ncmpc/ncmpc-0.24-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild index 533e1df..dd3e75d 100644 --- a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild +++ b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild @@ -16,7 +16,7 @@ IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics RDEPEND=">=dev-libs/glib-2.12:2 >=media-libs/libmpdclient-2.3 - sys-libs/ncurses[unicode] + sys-libs/ncurses:*[unicode] lirc? ( app-misc/lirc )" DEPEND="${RDEPEND} app-arch/xz-utils @@ -27,7 +27,7 @@ DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample ) src_prepare() { # default ax_with_curses.m4 produces automagic dependency on ncursesw # also, ncursesw is required for colors (bug #554245), so we force it here - epatch "${FILESDIR}"/${PN}-0.24-tinfo2.patch + epatch "${FILESDIR}"/${PN}-0.24-tinfo.patch cp "${FILESDIR}"/ax_require_defined.m4 m4/ || die