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 1D6D31382C5 for ; Thu, 14 Jan 2021 14:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02275E08EF; Thu, 14 Jan 2021 14:13:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7F28E0959 for ; Thu, 14 Jan 2021 14:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2AA7340DE3 for ; Thu, 14 Jan 2021 14:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F0A496 for ; Thu, 14 Jan 2021 14:13:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610633629.52184f0ffb41ee3b8f95ef48f0fcf787b55c28e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52184f0ffb41ee3b8f95ef48f0fcf787b55c28e3 X-VCS-Branch: master Date: Thu, 14 Jan 2021 14:13:53 +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: 6197de85-f7f8-4786-a3ad-c2d7f49ce62b X-Archives-Hash: ef4f9689b13a4053a60c0ecc94700422 commit: 52184f0ffb41ee3b8f95ef48f0fcf787b55c28e3 Author: Sam James gentoo org> AuthorDate: Thu Jan 14 14:12:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 14 14:13:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52184f0f profiles/arch/x86/package.use.mask: mask games-strategy/warzone2100[vulkan] for now Unclear whether or not Vulkan + libsdl2 actually works on x86. Not in a position to test right now. Signed-off-by: Sam James gentoo.org> profiles/arch/x86/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5d8f747b1f7..a7f813ca388 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-01-14) +# Needs libsdl2[vulkan] +# Vulkan may be supported on x86, as per +# Qt unmasking below, but not able to test +# libsdl2 + Vulkan on x86 at the moment. +games-strategy/warzone2100 vulkan + # Michał Górny (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan