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 CDA09158064 for ; Wed, 8 May 2024 20:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B49A8E2B1B; Wed, 8 May 2024 20:43:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8F7CFE2B1B for ; Wed, 8 May 2024 20:43:03 +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 8CBBA3430A7 for ; Wed, 8 May 2024 20:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83A51A3F for ; Wed, 8 May 2024 20:43:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1715200970.6fe0114a85eb77c7bb8bde9709a39bf65cad5e80.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6fe0114a85eb77c7bb8bde9709a39bf65cad5e80 X-VCS-Branch: master Date: Wed, 8 May 2024 20:43:00 +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: 2a1f491c-2dad-412e-ac6d-dc5b902073a7 X-Archives-Hash: 964d92c83e203bd14d8a8f91abaad279 commit: 6fe0114a85eb77c7bb8bde9709a39bf65cad5e80 Author: Matt Turner gentoo org> AuthorDate: Wed May 8 20:18:14 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 8 20:42:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe0114a profiles: Mask VIDEO_CARDS=nvk on media-libs/mesa Signed-off-by: Matt Turner gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fd1ab78e0e86..20c21ce3ff99 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner (2024-05-08) +# Brand new, introduces lots of new aspects to the build. +# Masked for further testing. +media-libs/mesa video_cards_nvk + # Michał Górny (2024-04-27) # dev-python/uv is nowhere near ready to be stabilized. dev-python/build test-rust