From: Matt Turner Date: Mon, 26 Aug 2019 18:06:17 +0000 (-0700) Subject: profiles: Mask libpcre2's jit USE flag on 64-bit sparc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=faad3fb3cf8fb45a5e4f31a1b1e0a08b6a2f9b4e;p=gentoo.git profiles: Mask libpcre2's jit USE flag on 64-bit sparc Signed-off-by: Matt Turner --- diff --git a/profiles/arch/sparc/64ul/package.use.mask b/profiles/arch/sparc/64ul/package.use.mask index 6facbc35d895..b0792becdce5 100644 --- a/profiles/arch/sparc/64ul/package.use.mask +++ b/profiles/arch/sparc/64ul/package.use.mask @@ -1,6 +1,15 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2019-08-26) +# 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 + +# Matt Turner (2019-08-26) +# jit not supported on sparc64 +dev-libs/libpcre2 jit + # Matt Turner (2019-08-26) # Falis to build on 64-bit userland dev-libs/openssl asm