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 EC26F158074 for ; Mon, 30 Jun 2025 08:24:00 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D6CE3341EC5 for ; Mon, 30 Jun 2025 08:24:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9FEA411055F; Mon, 30 Jun 2025 08:23:52 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9639A11055F for ; Mon, 30 Jun 2025 08:23:52 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54269341E96 for ; Mon, 30 Jun 2025 08:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82982B81 for ; Mon, 30 Jun 2025 08:23:49 +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: <1751271793.fba2d8e00bc2fbf55b039e1cbeedb96e5f73c45a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dxvk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/dxvk/dxvk-2.6.2.ebuild X-VCS-Directories: app-emulation/dxvk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fba2d8e00bc2fbf55b039e1cbeedb96e5f73c45a X-VCS-Branch: master Date: Mon, 30 Jun 2025 08:23:49 +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: 3b9b9315-d673-498b-b793-42ea090fb2b0 X-Archives-Hash: 1e90dbd37341e074f385b016c1247cf4 commit: fba2d8e00bc2fbf55b039e1cbeedb96e5f73c45a Author: Sam James gentoo org> AuthorDate: Mon Jun 30 08:23:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 30 08:23:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba2d8e0 app-emulation/dxvk: Stabilize 2.6.2 amd64, #959300 Signed-off-by: Sam James gentoo.org> app-emulation/dxvk/dxvk-2.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/dxvk/dxvk-2.6.2.ebuild b/app-emulation/dxvk/dxvk-2.6.2.ebuild index 4eda4cda1098..582386728f43 100644 --- a/app-emulation/dxvk/dxvk-2.6.2.ebuild +++ b/app-emulation/dxvk/dxvk-2.6.2.ebuild @@ -29,7 +29,7 @@ else -> vulkan-headers-${HASH_VULKAN}.tar.gz https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info/-/archive/${HASH_DISPLAYINFO}/libdisplay-info-${HASH_DISPLAYINFO}.tar.bz2 " - KEYWORDS="-* ~amd64 x86" + KEYWORDS="-* amd64 x86" fi DESCRIPTION="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine"