commit: 1050b40799c612f0cf729e9f96c6e91c193c7ad8 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 20:06:45 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jul 10 14:07:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1050b407
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 <AT> gentoo.org> profiles/arch/x86/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) 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 <[email protected]> (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 <[email protected]> (2024-07-04) # app-office/lyx is unavailable on x86 dev-tex/abntex lyx
