diff options
author | 2019-04-03 11:16:19 +0200 | |
---|---|---|
committer | 2019-04-03 11:16:55 +0200 | |
commit | 99450e6ad29f061feadcb6774e94b74d980a70f0 (patch) | |
tree | e99bace40445388e942c94d7c4b26398217b47f9 /media-sound/ncmpcpp/ncmpcpp-9999.ebuild | |
parent | package.mask: Correct GCC version for handystats mask (diff) | |
download | gentoo-99450e6ad29f061feadcb6774e94b74d980a70f0.tar.gz gentoo-99450e6ad29f061feadcb6774e94b74d980a70f0.tar.bz2 gentoo-99450e6ad29f061feadcb6774e94b74d980a70f0.zip |
media-sound/ncmpcpp: Depend on dev-libs/icu:=
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'media-sound/ncmpcpp/ncmpcpp-9999.ebuild')
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 78f586c9c78e..32c52125a422 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools git-r3 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" @@ -20,7 +20,7 @@ RDEPEND=" net-misc/curl sys-libs/ncurses:= sys-libs/readline:* - icu? ( dev-libs/icu ) + icu? ( dev-libs/icu:= ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) " |