diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-17 00:55:18 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-17 00:58:45 +0100 |
commit | 5e6b157c6d2608c304c1b737797532be1a7b7882 (patch) | |
tree | 68800b6e45e4ab45f6296a0225d51f5d7d1a2268 /profiles/base | |
parent | dev-util/ccache: fix -latomic discovery on sparc (diff) | |
download | gentoo-5e6b157c6d2608c304c1b737797532be1a7b7882.tar.gz gentoo-5e6b157c6d2608c304c1b737797532be1a7b7882.tar.bz2 gentoo-5e6b157c6d2608c304c1b737797532be1a7b7882.zip |
dev-lang/php: add USE=jit to control PCRE JIT support
Closes: https://bugs.gentoo.org/764866
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d23165d94252..fc6c60da0402 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Thomas Deutschmann <whissi@gentoo.org> (2021-02-17) +# PCRE JIT support via dev-libs/libpcre2[jit] is only available for certain architectures +dev-lang/php jit + # Sam James <sam@gentoo.org> (2021-02-09) # We plan to remove dev-ml/js_of_ocaml # but right now, this drags in plenty |