commit: 21adfe2c74266b52556ca932943d174e4e3bab1a Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 5 17:29:26 2018 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Jun 5 17:29:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21adfe2c
profiles/s390: mask jit for git & libpcre2 profiles/arch/s390/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 8815b90a3bc..cc884e94943 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -10,6 +10,15 @@ dev-python/cssselect doc # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile. media-libs/mesa vulkan +# Robin H. Johnson <[email protected]> (05 Aug 2017) +# Upstream Git is switching to PCRE2 w/ JIT. +# This is not available on some arches, where a fallback to PCRE1 without JIT is used. +dev-vcs/git pcre-jit + +# Lars Wendler <[email protected]> (17 Nov 2016) +# jit not supported on ia64 (bug #600052). +dev-libs/libpcre2 jit + # Sergey Popov <[email protected]> (24 Oct 2015) # Not tested net-mail/dovecot lz4
