diff options
author | Sam James <sam@gentoo.org> | 2023-06-11 16:33:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-11 16:33:46 +0100 |
commit | bf2cf8f030e039b1638d702cd6958e39a5083161 (patch) | |
tree | 6b772bdfeca430486a08eb2475a05f125b396871 /app-shells/zsh | |
parent | app-shells/zsh: add upstream commit link for egrep fix (diff) | |
download | gentoo-bf2cf8f030e039b1638d702cd6958e39a5083161.tar.gz gentoo-bf2cf8f030e039b1638d702cd6958e39a5083161.tar.bz2 gentoo-bf2cf8f030e039b1638d702cd6958e39a5083161.zip |
app-shells/zsh: add note re pcre2 for next release
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/zsh-5.9-r4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index 4c3313cd66b7..fab785869370 100644 --- a/app-shells/zsh/zsh-5.9-r4.ebuild +++ b/app-shells/zsh/zsh-5.9-r4.ebuild @@ -22,6 +22,7 @@ LICENSE="ZSH gdbm? ( GPL-2 )" SLOT="0" IUSE="caps debug doc examples gdbm maildir pcre static valgrind" +# Next release should use pcre2: https://github.com/zsh-users/zsh/commit/b62e911341c8ec7446378b477c47da4256053dc0 RDEPEND=" >=sys-libs/ncurses-5.1:0= static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] ) |