diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-05 17:04:59 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-05 17:12:20 -0700 |
commit | 541e9759ca8143d7e446de7cc353417dd45f5a71 (patch) | |
tree | 5f9cb0f05ab6a077fd86b74e39dbe3b533f9baeb /dev-vcs/git/metadata.xml | |
parent | dev-vcs/git: sync 9999 builds to latest release. (diff) | |
download | gentoo-541e9759ca8143d7e446de7cc353417dd45f5a71.tar.gz gentoo-541e9759ca8143d7e446de7cc353417dd45f5a71.tar.bz2 gentoo-541e9759ca8143d7e446de7cc353417dd45f5a71.zip |
dev-vcs/git: switch to PCRE2-JIT per upstream.
Upstream Git is switching to PCRE2 w/ JIT by default, because of the
performance boost. An optional non-JIT PCRE is available in PCRE1 code
path, for arches where dev-libs/libpcre2[jit] is not available (alpha,
ia64, hppa as of this commit).
Closes: https://bugs.gentoo.org/show_bug.cgi?id=627088
Bug: https://bugs.gentoo.org/show_bug.cgi?id=627088
Package-Manager: portage-2.3.6
Diffstat (limited to 'dev-vcs/git/metadata.xml')
-rw-r--r-- | dev-vcs/git/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml index 4a8fe9f2743b..f76908835574 100644 --- a/dev-vcs/git/metadata.xml +++ b/dev-vcs/git/metadata.xml @@ -31,6 +31,7 @@ <flag name="highlight">GitWeb support for app-text/highlight</flag> <flag name="mediawiki">Support pulling and pushing from MediaWiki</flag> <flag name="mediawiki-experimental">Add experimental patches for improved MediaWiki support</flag> + <flag name="pcre-jit">Enable JIT for pcre</flag> <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch</flag> <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag> <flag name="tk">Include the 'gitk' and 'git gui' tools</flag> |