diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:15:58 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:13:59 -0500 |
commit | 1c12e88038e8750fe42e66d994702564a4caecd4 (patch) | |
tree | 8d17ffd6d8c43bd744204e1e98001942f89283dc /app-emulation/vkd3d-proton | |
parent | app-emulation/vkd3d-proton: stabilize 2.7 for amd64, x86 (diff) | |
download | gentoo-1c12e88038e8750fe42e66d994702564a4caecd4.tar.gz gentoo-1c12e88038e8750fe42e66d994702564a4caecd4.tar.bz2 gentoo-1c12e88038e8750fe42e66d994702564a4caecd4.zip |
app-emulation/vkd3d-proton: stabilize 2.6 for amd64, x86
Will not keep it forever, but stabilizing this older version as
well given 2.7 requires more recent vulkan drivers to function.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d-proton')
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild index 82d718762f30..168166ea70aa 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild @@ -30,7 +30,7 @@ else -> ${PN}-spirv-headers-${HASH_SPIRV::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" |