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 E4C111581D3 for ; Sun, 19 May 2024 14:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2D5E29FA; Sun, 19 May 2024 14:53:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2409E29FA for ; Sun, 19 May 2024 14:53:26 +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 41BDA33BE91 for ; Sun, 19 May 2024 14:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABAA9186B for ; Sun, 19 May 2024 14:53:24 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1716130387.ad94a24d5dce2ef617a1e716fd57d4499c17d953.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ad94a24d5dce2ef617a1e716fd57d4499c17d953 X-VCS-Branch: master Date: Sun, 19 May 2024 14:53:24 +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: e2413843-349d-45ef-a791-2beed9551719 X-Archives-Hash: 1d993396ab935cb8f75e2cc9078601b2 commit: ad94a24d5dce2ef617a1e716fd57d4499c17d953 Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 19 14:38:17 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 19 14:53:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad94a24d profiles/arch/arm64: unmask >=qtdeclarative-6[jit] Been looking at existing jit masks given this is not supported everywhere, and seen arm64 unmask was missing. Untested but the configure.cmake should have already have been automagic enabling this by default for arm64 w/ 6.7.0 so there should be no reason it wouldn't work. Considered semi-keeping the automagic (aka, either hard-disable or let automagic enable if it can), but given USE=jit provides some extra headers it *could* be a problem for dependencies that use them despite being private. Limiting to >=6 given have not verified Qt5 (doing >=6 rather than :6 given assuming Qt7 will be fine too), and at this point would rather not add more worries for 5. Bug: https://bugs.gentoo.org/932192 Signed-off-by: Ionen Wolkens gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index cb04e6ada824..36a23c24ef07 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (2024-05-19) +# jit is supported here +>=dev-qt/qtdeclarative-6 -jit + # Matt Turner (2024-05-09) # Unmask for keywording bug #931634 x11-libs/libdrm -video_cards_vmware