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 11566138350 for ; Wed, 26 Feb 2020 22:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793B0E09CE; Wed, 26 Feb 2020 22:02:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A933E09C8 for ; Wed, 26 Feb 2020 22:02:22 +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 92E2F34F2E5 for ; Wed, 26 Feb 2020 22:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E2F215A for ; Wed, 26 Feb 2020 22:02:17 +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: <1582754202.2bc1e4014446f2cd300868371937332f7842b765.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/, profiles/arch/x86/ 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/x86/ profiles/arch/amd64/ profiles/arch/base/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2bc1e4014446f2cd300868371937332f7842b765 X-VCS-Branch: master Date: Wed, 26 Feb 2020 22:02:17 +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: bf6bb4a5-404b-41cd-822f-05c9ffdf2586 X-Archives-Hash: 1f90348eb985ab64df0990e4155413e4 commit: 2bc1e4014446f2cd300868371937332f7842b765 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 20:38:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 21:56:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc1e401 profiles: Mask dev-qt/qt{declarative,gui,wayland}[vulkan] except amd64/x86 Bug: https://bugs.gentoo.org/703594 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/amd64/package.use.mask | 6 ++++++ profiles/arch/base/package.use.mask | 7 +++++++ profiles/arch/x86/package.use.mask | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a823b528528..9580a47ead3 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2020-02-26) +# Vulkan is available on amd64. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # James Le Cuirot (2019-12-10) # The JIT feature only works on amd64 and x86. app-emulation/aranym -jit diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index c455a18241b..76abd4b73d4 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-02-26) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +dev-qt/qtdeclarative vulkan +dev-qt/qtgui vulkan +dev-qt/qtwayland vulkan + # dev-python/pandas is only keyworded for amd64 & x86 sys-block/fio python gnuplot diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8b7177d8067..f7a4a8ce47a 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-02-26) +# Vulkan is available on x86. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # Andreas Sturmlechner (2020-01-29) # media-libs/pulseaudio-qt is not keyworded kde-misc/kdeconnect pulseaudio