From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E04F915939F for ; Wed, 10 Jul 2024 14:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A08E2B68; Wed, 10 Jul 2024 14:50:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8CBCE2B68 for ; Wed, 10 Jul 2024 14:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7915342FB1 for ; Wed, 10 Jul 2024 14:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE4F1E0F for ; Wed, 10 Jul 2024 14:50:06 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1720620429.1050b40799c612f0cf729e9f96c6e91c193c7ad8.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1050b40799c612f0cf729e9f96c6e91c193c7ad8 X-VCS-Branch: master Date: Wed, 10 Jul 2024 14:50:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77e11f69-1025-46eb-8fee-f87e36b5df78 X-Archives-Hash: a3cf557c25c43f11bf55fc03c9eace61 commit: 1050b40799c612f0cf729e9f96c6e91c193c7ad8 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jul 9 20:06:45 2024 +0000 Commit: Michael Orlitzky gentoo 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 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 (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 (2024-07-04) # app-office/lyx is unavailable on x86 dev-tex/abntex lyx