diff options
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}" |