diff options
author | Sam James <sam@gentoo.org> | 2024-10-16 08:41:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-16 08:41:13 +0100 |
commit | 82bf34ea9d796a578bdef0f3ee3b400847adf10c (patch) | |
tree | 1856177d2bce115eebda21615c7f68fb5f4fb697 /app-emulation | |
parent | app-emulation/dxvk: Stabilize 2.4.1 x86, #941601 (diff) | |
download | gentoo-82bf34ea9d796a578bdef0f3ee3b400847adf10c.tar.gz gentoo-82bf34ea9d796a578bdef0f3ee3b400847adf10c.tar.bz2 gentoo-82bf34ea9d796a578bdef0f3ee3b400847adf10c.zip |
app-emulation/dxvk: Stabilize 2.4.1 amd64, #941601
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dxvk/dxvk-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/dxvk/dxvk-2.4.1.ebuild b/app-emulation/dxvk/dxvk-2.4.1.ebuild index fa0a4db12c85..c9d781e59ece 100644 --- a/app-emulation/dxvk/dxvk-2.4.1.ebuild +++ b/app-emulation/dxvk/dxvk-2.4.1.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" |