diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-07-09 16:06:45 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-07-10 10:07:09 -0400 |
commit | 1050b40799c612f0cf729e9f96c6e91c193c7ad8 (patch) | |
tree | 11919c97869a9210c9f3ba7e905839de1ecff12d | |
parent | profiles/features/wd40: mask dev-lang/php[avif] (diff) | |
download | gentoo-1050b40799c612f0cf729e9f96c6e91c193c7ad8.tar.gz gentoo-1050b40799c612f0cf729e9f96c6e91c193c7ad8.tar.bz2 gentoo-1050b40799c612f0cf729e9f96c6e91c193c7ad8.zip |
profiles/arch/x86: mask dev-lang/php[opcache-jit]
Avoids a build failure on hardened profiles, and shouldn't hurt
too much elsewhere.
Closes: https://bugs.gentoo.org/930145
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 16f7b6e53826..04587b6bc9db 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <mjo@gentoo.org> (2024-07-09) +# The opcache extension fails to build on hardened x86, but only +# if the JIT is enabled. Bug 930145. +dev-lang/php opcache-jit + # Arthur Zamarin <arthurzam@gentoo.org> (2024-07-04) # app-office/lyx is unavailable on x86 dev-tex/abntex lyx |