From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8338B1382C5 for ; Sun, 15 Apr 2018 09:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A81F0E0932; Sun, 15 Apr 2018 09:41:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F420E0932 for ; Sun, 15 Apr 2018 09:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0257335C0C for ; Sun, 15 Apr 2018 09:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6153F279 for ; Sun, 15 Apr 2018 09:41:38 +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: <1523785294.51518bccd1bf866117eae58c7fba4f51452f52ac.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.8.1.ebuild media-sound/ncmpcpp/ncmpcpp-0.8.2.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: 51518bccd1bf866117eae58c7fba4f51452f52ac X-VCS-Branch: master Date: Sun, 15 Apr 2018 09:41:38 +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: fa8c4d7d-05ef-4742-8ec7-948ec9ea4529 X-Archives-Hash: bb04446b964edfe3f818f26b8539f25f commit: 51518bccd1bf866117eae58c7fba4f51452f52ac Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 15 09:40:27 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Apr 15 09:41:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51518bcc media-sound/ncmpcpp: Fix automagic dependency on dev-libs/icu. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild | 7 ++++--- media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild | 5 +++-- media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild index 937bcfe975b..bd2f837dbb3 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,15 +10,16 @@ SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="clock outputs taglib visualizer" +IUSE="clock icu outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - dev-libs/boost:=[nls,threads] + dev-libs/boost:=[icu?,nls,threads] net-misc/curl sys-libs/ncurses:= sys-libs/readline:* + icu? ( dev-libs/icu ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) " diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild index 8275059916c..bd2f837dbb3 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild @@ -10,15 +10,16 @@ SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="clock outputs taglib visualizer" +IUSE="clock icu outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - dev-libs/boost:=[nls,threads] + dev-libs/boost:=[icu?,nls,threads] net-misc/curl sys-libs/ncurses:= sys-libs/readline:* + icu? ( dev-libs/icu ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) " diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 1a95c8ad5fb..78f586c9c78 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,15 +11,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="clock outputs taglib visualizer" +IUSE="clock icu outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - dev-libs/boost:=[nls,threads] + dev-libs/boost:=[icu?,nls,threads] net-misc/curl sys-libs/ncurses:= sys-libs/readline:* + icu? ( dev-libs/icu ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) "