commit: bf2cf8f030e039b1638d702cd6958e39a5083161 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 15:33:46 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 15:33:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2cf8f0
app-shells/zsh: add note re pcre2 for next release Signed-off-by: Sam James <sam <AT> gentoo.org> 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 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] )
