From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1661672-garchives=archives.gentoo.org@lists.gentoo.org> 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 4C8C6159C9B for <garchives@archives.gentoo.org>; Wed, 14 Aug 2024 21:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540C32BC025; Wed, 14 Aug 2024 21:58: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 344602BC025 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Aug 2024 21:58: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CD7D3430A1 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Aug 2024 21:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5237B1EEF for <gentoo-commits@lists.gentoo.org>; Wed, 14 Aug 2024 21:57:59 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1723672673.e47d2953963425910c289b5df149f1aea927c74e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/base/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.mask profiles/arch/base/use.mask profiles/base/package.use.mask X-VCS-Directories: profiles/base/ profiles/arch/base/ profiles/arch/amd64/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e47d2953963425910c289b5df149f1aea927c74e X-VCS-Branch: master Date: Wed, 14 Aug 2024 21:57:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bde3fd79-df52-465f-9df1-f5afca471673 X-Archives-Hash: 11ae9cac3c875417e90b72d99d5afa97 commit: e47d2953963425910c289b5df149f1aea927c74e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Aug 14 21:36:51 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Aug 14 21:57:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47d2953 profiles: Unmask VIDEO_CARDS=nvk on media-libs/mesa >= 24.2 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/amd64/use.mask | 1 + profiles/arch/base/use.mask | 1 + profiles/base/package.use.mask | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 8049967550c6..445c840781e2 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -141,6 +141,7 @@ -video_cards_i965 -video_cards_intel -video_cards_nvidia +-video_cards_nvk -video_cards_siliconmotion -video_cards_vesa -video_cards_via diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index d1cd9910ec4a..51535e316ad9 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -160,6 +160,7 @@ video_cards_i915 video_cards_i965 video_cards_intel video_cards_nvidia +video_cards_nvk video_cards_vesa video_cards_via video_cards_vmware diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3524602d25e9..6c9bef5a32a7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -40,7 +40,7 @@ net-misc/openssh xmss # Matt Turner <mattst88@gentoo.org> (2024-05-08) # Brand new, introduces lots of new aspects to the build. # Masked for further testing. -media-libs/mesa video_cards_nvk +<media-libs/mesa-24.2 video_cards_nvk # Michał Górny <mgorny@gentoo.org> (2024-04-27) # dev-python/uv is nowhere near ready to be stabilized.