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 EEE1A158089 for ; Tue, 12 Sep 2023 19:29:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15AF12BC0D3; Tue, 12 Sep 2023 19:28:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0232B2BC0D3 for ; Tue, 12 Sep 2023 19:28:53 +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 1579B335D2F for ; Tue, 12 Sep 2023 19:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77F4113E for ; Tue, 12 Sep 2023 19:28:51 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1694546900.214f7adfa7004b0d7bd97b85bcab17d351c4aa8b.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.mask X-VCS-Directories: profiles/arch/loong/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 214f7adfa7004b0d7bd97b85bcab17d351c4aa8b X-VCS-Branch: master Date: Tue, 12 Sep 2023 19:28:51 +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: 468384b2-6d09-46cf-a5ee-58c40135d161 X-Archives-Hash: a646d558492d63202c648740bb1dee90 commit: 214f7adfa7004b0d7bd97b85bcab17d351c4aa8b Author: WANG Xuerui gentoo org> AuthorDate: Tue Sep 12 13:24:39 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Sep 12 19:28:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214f7adf profiles/arch/loong: unmask USE=vulkan for Qt packages Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index d628254293a9..b630684ecced 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,13 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui (2023-09-12) +# Vulkan is available on loong. +dev-qt/qt3d -vulkan +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # WANG Xuerui (2023-09-10) # Revdeps of dev-python/ujson which is masked. dev-python/cattrs test