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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A056113835B for ; Mon, 12 Oct 2020 16:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A35B7E0837; Mon, 12 Oct 2020 16:15:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B631E0877 for ; Mon, 12 Oct 2020 16:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9595B335D29 for ; Mon, 12 Oct 2020 16:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49DD237F for ; Mon, 12 Oct 2020 16:15:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1602519319.519c862840c15db1e618514f56b28ea623b1f070.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/base/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/amd64/ profiles/arch/base/ profiles/arch/x86/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 519c862840c15db1e618514f56b28ea623b1f070 X-VCS-Branch: master Date: Mon, 12 Oct 2020 16:15:31 +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: 95e091d8-cdb7-4d80-9457-ebb884fe50c4 X-Archives-Hash: 6f88a83cad8b821def5884f0d30f47aa commit: 519c862840c15db1e618514f56b28ea623b1f070 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 12 14:06:44 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 12 16:15:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519c8628 profiles: arch: Mask dev-qt/qt3d[vulkan] everywhere except for amd64/x86 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/amd64/package.use.mask | 1 + profiles/arch/base/package.use.mask | 1 + profiles/arch/x86/package.use.mask | 1 + 3 files changed, 3 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6b98a1f0ede..a3a0e578c5d 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -80,6 +80,7 @@ dev-libs/gjs -sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan is available on amd64. +dev-qt/qt3d -vulkan dev-qt/qtdeclarative -vulkan dev-qt/qtgui -vulkan dev-qt/qtwayland -vulkan diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index bf31f6eba19..66641ded4a8 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -60,6 +60,7 @@ dev-libs/gjs sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. +dev-qt/qt3d vulkan dev-qt/qtdeclarative vulkan dev-qt/qtgui vulkan dev-qt/qtwayland vulkan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 178bf43d284..c4f408fa444 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -81,6 +81,7 @@ dev-libs/gjs -sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan is available on x86. +dev-qt/qt3d -vulkan dev-qt/qtdeclarative -vulkan dev-qt/qtgui -vulkan dev-qt/qtwayland -vulkan