From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id ED28915827B for ; Thu, 21 Aug 2025 17:56:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D1085340B10 for ; Thu, 21 Aug 2025 17:56:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF69F11055E; Thu, 21 Aug 2025 17:56:23 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B35AB11055E for ; Thu, 21 Aug 2025 17:56:23 +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 3B5B3340976 for ; Thu, 21 Aug 2025 17:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788C8234F for ; Thu, 21 Aug 2025 17:56:21 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1755798908.59a34d113c73f867a1d87c35a4b290e3400c49aa.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 59a34d113c73f867a1d87c35a4b290e3400c49aa X-VCS-Branch: master Date: Thu, 21 Aug 2025 17:56:21 +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: a2d6336a-7d02-455b-a318-21d324f8caa9 X-Archives-Hash: ec427581b7d0734623547095c34f8455 commit: 59a34d113c73f867a1d87c35a4b290e3400c49aa Author: James Le Cuirot gentoo org> AuthorDate: Thu Aug 21 17:55:08 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Aug 21 17:55:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a34d11 profiles: Last rite app-emulation/gallium-nine-standalone The required Direct3D 9 feature is being dropped from Mesa. Use DXVK or WineD3D instead. Removal on 2025-09-21. Signed-off-by: James Le Cuirot gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 84c75335a9aa..65457720427b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,11 @@ #--- END OF EXAMPLES --- +# James Le Cuirot (2025-08-21) +# The required Direct3D 9 feature is being dropped from Mesa. Use DXVK or +# WineD3D instead. Removal on 2025-09-21. +app-emulation/gallium-nine-standalone + # Michał Górny (2025-08-21) # Version yanked due to "unintended change in behavior". =dev-python/click-8.2.2