From bf2cf8f030e039b1638d702cd6958e39a5083161 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 11 Jun 2023 16:33:46 +0100 Subject: [PATCH] app-shells/zsh: add note re pcre2 for next release Signed-off-by: Sam James --- app-shells/zsh/zsh-5.9-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index 4c3313cd66b77..fab785869370e 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] )