diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:10 +0200 |
commit | 3deeefabbe523b1adc2f6c6ff9dd8c03f77eec1c (patch) | |
tree | b65808c64ee9c05589716158c3c244f2fd2e6648 /media-sound | |
parent | media-sound/moc: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-3deeefabbe523b1adc2f6c6ff9dd8c03f77eec1c.tar.gz gentoo-3deeefabbe523b1adc2f6c6ff9dd8c03f77eec1c.tar.bz2 gentoo-3deeefabbe523b1adc2f6c6ff9dd8c03f77eec1c.zip |
media-sound/mpfc: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild (renamed from media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild index 0d64bd78bc89..92522b3fda8d 100644 --- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild +++ b/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 ) gpm? ( >=sys-libs/gpm-1.19.3 ) mad? ( media-libs/libmad ) vorbis? ( media-libs/libvorbis ) - sys-libs/ncurses:0=[unicode] + sys-libs/ncurses:=[unicode(+)] dev-libs/icu:=" DEPEND="${RDEPEND}" |