diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:45 +0200 |
commit | a742ae4339d98e0661a6e8dc4bce2f32b2a2f4d1 (patch) | |
tree | b523fb140e664a829ef570c9d3d6c0091bfba25c /app-misc/cmatrix | |
parent | app-i18n/libchewing: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-a742ae4339d98e0661a6e8dc4bce2f32b2a2f4d1.tar.gz gentoo-a742ae4339d98e0661a6e8dc4bce2f32b2a2f4d1.tar.bz2 gentoo-a742ae4339d98e0661a6e8dc4bce2f32b2a2f4d1.zip |
app-misc/cmatrix: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/cmatrix')
-rw-r--r-- | app-misc/cmatrix/cmatrix-2.0-r4.ebuild (renamed from app-misc/cmatrix/cmatrix-2.0-r3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/cmatrix/cmatrix-2.0-r3.ebuild b/app-misc/cmatrix/cmatrix-2.0-r4.ebuild index 18a688600f04..6d2ecbb3ffd0 100644 --- a/app-misc/cmatrix/cmatrix-2.0-r3.ebuild +++ b/app-misc/cmatrix/cmatrix-2.0-r4.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="+unicode" -DEPEND="sys-libs/ncurses:0=[unicode?]" +DEPEND="sys-libs/ncurses:=[unicode(+)?]" BDEPEND="" RDEPEND="${DEPEND}" |