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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2462415808B for ; Sat, 17 Feb 2024 04:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8DDE2A04; Sat, 17 Feb 2024 04:25:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1051CE2A04 for ; Sat, 17 Feb 2024 04:25:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22F4633EB78 for ; Sat, 17 Feb 2024 04:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35BA514C5 for ; Sat, 17 Feb 2024 04:25:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708143945.75d99d8dd70aae6dab1733ed4fcf83242511396b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4t/, profiles/arch/arm/armv5te/, profiles/arch/arm/armv4/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/armv4/package.use.mask profiles/arch/arm/armv4t/package.use.mask profiles/arch/arm/armv5te/package.use.mask X-VCS-Directories: profiles/arch/arm/armv5te/ profiles/arch/arm/armv4/ profiles/arch/arm/armv4t/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75d99d8dd70aae6dab1733ed4fcf83242511396b X-VCS-Branch: master Date: Sat, 17 Feb 2024 04:25:53 +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: b98f766b-93dc-4829-8607-0321754bb871 X-Archives-Hash: 917ebf85dcf585021209a2f66b1b3d1f commit: 75d99d8dd70aae6dab1733ed4fcf83242511396b Author: Sam James gentoo org> AuthorDate: Sat Feb 17 04:11:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 04:25:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d99d8d profiles/arch/arm: mask dev-libs/libpcre2[jit] reverse dependencies where unavailable It seems weird this isn't runtime-detected, but whatever. Followup to 928bc3588addb4f50dac2f4d3ce70ad4127af60f. Signed-off-by: Sam James gentoo.org> profiles/arch/arm/armv4/package.use.mask | 5 ++++- profiles/arch/arm/armv4t/package.use.mask | 5 ++++- profiles/arch/arm/armv5te/package.use.mask | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/profiles/arch/arm/armv4/package.use.mask b/profiles/arch/arm/armv4/package.use.mask index 20c222788446..8f0a5b550fc3 100644 --- a/profiles/arch/arm/armv4/package.use.mask +++ b/profiles/arch/arm/armv4/package.use.mask @@ -2,5 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Sam James (2024-02-17) -# JIT not supported here +# dev-libs/libpcre2 doesn't support JIT here dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit diff --git a/profiles/arch/arm/armv4t/package.use.mask b/profiles/arch/arm/armv4t/package.use.mask index 20c222788446..8f0a5b550fc3 100644 --- a/profiles/arch/arm/armv4t/package.use.mask +++ b/profiles/arch/arm/armv4t/package.use.mask @@ -2,5 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Sam James (2024-02-17) -# JIT not supported here +# dev-libs/libpcre2 doesn't support JIT here dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit diff --git a/profiles/arch/arm/armv5te/package.use.mask b/profiles/arch/arm/armv5te/package.use.mask index 20c222788446..8f0a5b550fc3 100644 --- a/profiles/arch/arm/armv5te/package.use.mask +++ b/profiles/arch/arm/armv5te/package.use.mask @@ -2,5 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Sam James (2024-02-17) -# JIT not supported here +# dev-libs/libpcre2 doesn't support JIT here dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit