diff options
author | 2021-07-17 23:29:51 +0200 | |
---|---|---|
committer | 2021-07-17 23:29:51 +0200 | |
commit | bbc1f4eb9fc16193b7f9b69961f346feb58ccc88 (patch) | |
tree | 17ef82f2ee96f79b795bee20fb1696bab41a35ee /app-shells/fish/fish-9999.ebuild | |
parent | app-misc/wcd: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-bbc1f4eb9fc16193b7f9b69961f346feb58ccc88.tar.gz gentoo-bbc1f4eb9fc16193b7f9b69961f346feb58ccc88.tar.bz2 gentoo-bbc1f4eb9fc16193b7f9b69961f346feb58ccc88.zip |
app-shells/fish: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/fish/fish-9999.ebuild')
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index e2662c513ae4..abb51e209302 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -28,9 +28,9 @@ IUSE="+doc nls test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/libpcre2-10.32[pcre32] + >=dev-libs/libpcre2-10.32:=[pcre32] sys-apps/coreutils - sys-libs/ncurses:0=[unicode] + sys-libs/ncurses:=[unicode(+)] " DEPEND="${RDEPEND}" |