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 D65E959196 for ; Fri, 12 Feb 2016 06:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC5FA21C017; Fri, 12 Feb 2016 06:52:23 +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 5F75C21C017 for ; Fri, 12 Feb 2016 06:52:23 +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 2A6D2340C23 for ; Fri, 12 Feb 2016 06:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDF228F8 for ; Fri, 12 Feb 2016 06:52:15 +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: <1455259933.e2a0df188cca1a18c1e3c60b7d1ab490e14976eb.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.3-r1.ebuild media-sound/ncmpcpp/ncmpcpp-0.7.3.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e2a0df188cca1a18c1e3c60b7d1ab490e14976eb X-VCS-Branch: master Date: Fri, 12 Feb 2016 06:52: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-Archives-Salt: dde13a06-ea30-41e9-8f4d-4497d847e580 X-Archives-Hash: f6b8ce3b958827b9d5048d50eeee7ee7 commit: e2a0df188cca1a18c1e3c60b7d1ab490e14976eb Author: Jeroen Roovers gentoo org> AuthorDate: Fri Feb 12 06:51:52 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Feb 12 06:52:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a0df18 media-sound/ncmpcpp: Depend on dev-libs/icu by Alex Turbov (bug #574360). Package-Manager: portage-2.2.27 .../ncmpcpp/{ncmpcpp-0.7.3.ebuild => ncmpcpp-0.7.3-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.3.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild similarity index 94% rename from media-sound/ncmpcpp/ncmpcpp-0.7.3.ebuild rename to media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild index 14324db..114ea3c 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7.3.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild @@ -22,8 +22,11 @@ RDEPEND=" sys-libs/readline:* curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) - unicode? ( dev-libs/boost:=[icu] ) - visualizer? ( sci-libs/fftw:3.0 ) + unicode? ( + dev-libs/boost:=[icu] + dev-libs/icu:= + ) + visualizer? ( sci-libs/fftw:3.0= ) " DEPEND=" ${RDEPEND}