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 4F33915838C for ; Tue, 16 Jan 2024 11:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8581DE2A28; Tue, 16 Jan 2024 11:06:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63AC5E2A28 for ; Tue, 16 Jan 2024 11:06:31 +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 833AF34321D for ; Tue, 16 Jan 2024 11:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D3212C8 for ; Tue, 16 Jan 2024 11:06:28 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1705403137.3026a5f63e511dca3e4c699c2e3fcb14289b3d3b.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/use.mask X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3026a5f63e511dca3e4c699c2e3fcb14289b3d3b X-VCS-Branch: master Date: Tue, 16 Jan 2024 11:06:28 +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: d1b4f8b3-b6fa-4cf2-bed0-eb15114b3902 X-Archives-Hash: 1c4ae807848a902f4c822b53c1259105 commit: 3026a5f63e511dca3e4c699c2e3fcb14289b3d3b Author: Yongxiang Liang gmail com> AuthorDate: Tue Jan 16 10:57:50 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jan 16 11:05:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3026a5f6 profiles/arch/riscv: mask USE=webengine Closes: https://github.com/gentoo/gentoo/pull/34796 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> profiles/arch/riscv/use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 516675aeda50..4eb16fdf74f2 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -20,6 +20,10 @@ -gtk3 -introspection +# Yongxiang Liang (2024-01-16) +# Requires qtwebengine, which is not ported to riscv +webengine + # Marek Szuba (2021-08-14) # sci-libs/netcdf fails tests in a way suggesting it might be completely # unreliable on this arch as far as I/O is concerned.