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 9AC72158B20 for ; Wed, 05 Feb 2025 14:10:51 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 83994342FFB for ; Wed, 05 Feb 2025 14:10:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 91764110473; Wed, 05 Feb 2025 14:10:46 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 88454110471 for ; Wed, 05 Feb 2025 14:10:46 +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 35889342FA2 for ; Wed, 05 Feb 2025 14:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2782644 for ; Wed, 05 Feb 2025 14:10:44 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1738764521.6a9875c7e28394489078524b0a37ef18d6e1b31b.jsmolic@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.5.3.ebuild X-VCS-Directories: app-emulation/dxvk/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 6a9875c7e28394489078524b0a37ef18d6e1b31b X-VCS-Branch: master Date: Wed, 05 Feb 2025 14:10:44 +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: a71f80b2-71f3-478d-84c5-2dedd232e250 X-Archives-Hash: f146a33d91f46269693961b2e4e11091 commit: 6a9875c7e28394489078524b0a37ef18d6e1b31b Author: Jakov Smolić gentoo org> AuthorDate: Wed Feb 5 14:08:41 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Feb 5 14:08:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9875c7 app-emulation/dxvk: Stabilize 2.5.3 amd64, #949275 Signed-off-by: Jakov Smolić gentoo.org> app-emulation/dxvk/dxvk-2.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/dxvk/dxvk-2.5.3.ebuild b/app-emulation/dxvk/dxvk-2.5.3.ebuild index e0c459f6b481..7e739356a90c 100644 --- a/app-emulation/dxvk/dxvk-2.5.3.ebuild +++ b/app-emulation/dxvk/dxvk-2.5.3.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"