From: Robin H. Johnson Date: Sat, 5 Aug 2017 23:57:52 +0000 (-0700) Subject: package.use.mask: block dev-vcs/git[pcre-jit] on non-JIT arches. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75042989f4afee05e111cea062b713fe7def3e04;p=gentoo.git package.use.mask: block dev-vcs/git[pcre-jit] on non-JIT arches. dev-vcs/git is moving to use PCRE-JIT for the huge performance boost it provides, but PCRE-JIT is not available on all arches. See: https://github.com/git/git/commit/fbaceaac4731655540e48845eb3a3e2ce2282b38 Bug: https://bugs.gentoo.org/show_bug.cgi?id=627088 Signed-off-by: Robin H. Johnson --- diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index fd25408a0695..b62c9f9cd7b5 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson (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 + # Tobias Klausmann (18 May 2017) # Stack protector code is not ported to alpha (and may not ever be) >=sys-devel/gcc-6 ssp diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 98360aa067ac..a33fa8f81031 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,11 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Robin H. Johnson (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 + # Michał Górny (28 Jun 2017) # app-misc/dtach is not keyworded, and tests are restricted anyway, so # no point in pursuing it right now. diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 520de6d2cc59..e1ac12741bef 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson (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 + # Sergei Trofimovich (20 Jul 2017) # pulls in unkeyworded java sci-libs/gdal mdb