commit:     75042989f4afee05e111cea062b713fe7def3e04
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 23:57:52 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 00:12:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75042989

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 <robbat2 <AT> gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 +++++
 profiles/arch/hppa/package.use.mask  | 5 +++++
 profiles/arch/ia64/package.use.mask  | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index fd25408a069..b62c9f9cd7b 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 <robb...@gentoo.org> (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 <klaus...@gentoo.org> (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 98360aa067a..a33fa8f8103 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 <robb...@gentoo.org> (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 <mgo...@gentoo.org> (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 520de6d2cc5..e1ac12741be 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 <robb...@gentoo.org> (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 <sly...@gentoo.org> (20 Jul 2017)
 # pulls in unkeyworded java
 sci-libs/gdal mdb

Reply via email to