diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:18:07 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:13:57 -0500 |
commit | 103763d85820fdb16ae49fe6ddf357e1684a4056 (patch) | |
tree | 97ce89d43f0b61e5e0c3bb1b0296a431926de259 /app-emulation/dxvk | |
parent | app-emulation/dxvk: fix ExcessiveLineLength (diff) | |
download | gentoo-103763d85820fdb16ae49fe6ddf357e1684a4056.tar.gz gentoo-103763d85820fdb16ae49fe6ddf357e1684a4056.tar.bz2 gentoo-103763d85820fdb16ae49fe6ddf357e1684a4056.zip |
app-emulation/dxvk: stabilize 2.0 for amd64, x86
No real reason to keep this ~arch only, and will be
convenient for stable Wine users.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/dxvk')
-rw-r--r-- | app-emulation/dxvk/dxvk-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/dxvk/dxvk-2.0.ebuild b/app-emulation/dxvk/dxvk-2.0.ebuild index af5fb943e8ad..918fbe56bad5 100644 --- a/app-emulation/dxvk/dxvk-2.0.ebuild +++ b/app-emulation/dxvk/dxvk-2.0.ebuild @@ -23,7 +23,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="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine" |