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 9FFB0158013 for ; Thu, 14 Dec 2023 21:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660222BC025; Thu, 14 Dec 2023 21:47:01 +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 404F12BC025 for ; Thu, 14 Dec 2023 21:47:01 +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 572DD33CEF2 for ; Thu, 14 Dec 2023 21:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF7B14B1 for ; Thu, 14 Dec 2023 21:46:57 +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: <1702590397.ddfc023777da1fdd0e65883da1a1183f6a8c0a4d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild X-VCS-Directories: app-emulation/vkd3d-proton/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ddfc023777da1fdd0e65883da1a1183f6a8c0a4d X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:46:57 +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: da529bc6-ef37-4032-bbd9-da5f2fcc0b2d X-Archives-Hash: a151f626a4d3722280672eb65877c07a commit: ddfc023777da1fdd0e65883da1a1183f6a8c0a4d Author: Sam James gentoo org> AuthorDate: Thu Dec 14 21:46:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 14 21:46:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfc0237 app-emulation/vkd3d-proton: Stabilize 2.11 amd64, #919892 Signed-off-by: Sam James gentoo.org> app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild index ac8d07ab3508..6b76390725cb 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.11.ebuild @@ -34,7 +34,7 @@ else -> ${PN}-spirv-headers-${HASH_SPIRV_DXIL::10}.tar.gz https://github.com/KhronosGroup/Vulkan-Headers/archive/${HASH_VULKAN}.tar.gz -> ${PN}-vulkan-headers-${HASH_VULKAN::10}.tar.gz" - KEYWORDS="-* ~amd64 ~x86" + KEYWORDS="-* amd64 ~x86" fi DESCRIPTION="Fork of VKD3D, development branches for Proton's Direct3D 12 implementation"