diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:51 +0200 |
commit | bbc1f4eb9fc16193b7f9b69961f346feb58ccc88 (patch) | |
tree | 17ef82f2ee96f79b795bee20fb1696bab41a35ee /app-shells | |
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')
-rw-r--r-- | app-shells/fish/fish-3.1.2-r1.ebuild (renamed from app-shells/fish/fish-3.1.2.ebuild) | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-3.2.1-r1.ebuild (renamed from app-shells/fish/fish-3.2.1.ebuild) | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-3.2.2-r1.ebuild (renamed from app-shells/fish/fish-3.2.2.ebuild) | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-3.3.1-r1.ebuild (renamed from app-shells/fish/fish-3.3.1.ebuild) | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/app-shells/fish/fish-3.1.2.ebuild b/app-shells/fish/fish-3.1.2-r1.ebuild index 20411af588c3..177c7aa2ce46 100644 --- a/app-shells/fish/fish-3.1.2.ebuild +++ b/app-shells/fish/fish-3.1.2-r1.ebuild @@ -26,8 +26,8 @@ IUSE="doc nls test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/libpcre2-10.32[pcre32] - sys-libs/ncurses:0=[unicode] + >=dev-libs/libpcre2-10.32:=[pcre32] + sys-libs/ncurses:=[unicode(+)] " DEPEND="${RDEPEND} diff --git a/app-shells/fish/fish-3.2.1.ebuild b/app-shells/fish/fish-3.2.1-r1.ebuild index e2662c513ae4..abb51e209302 100644 --- a/app-shells/fish/fish-3.2.1.ebuild +++ b/app-shells/fish/fish-3.2.1-r1.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}" diff --git a/app-shells/fish/fish-3.2.2.ebuild b/app-shells/fish/fish-3.2.2-r1.ebuild index e2662c513ae4..abb51e209302 100644 --- a/app-shells/fish/fish-3.2.2.ebuild +++ b/app-shells/fish/fish-3.2.2-r1.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}" diff --git a/app-shells/fish/fish-3.3.1.ebuild b/app-shells/fish/fish-3.3.1-r1.ebuild index fc205e24afcf..e24e0866494f 100644 --- a/app-shells/fish/fish-3.3.1.ebuild +++ b/app-shells/fish/fish-3.3.1-r1.ebuild @@ -33,9 +33,9 @@ PATCHES=( ) 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}" 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}" |