diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:12:24 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:13:58 -0500 |
commit | e048914dbdde496d89911e26d0ddeb2ab7330c20 (patch) | |
tree | 105bdd836e27b5feba69ada7d39310866ca70ece /app-emulation | |
parent | app-emulation/dxvk: stabilize 2.0 for amd64, x86 (diff) | |
download | gentoo-e048914dbdde496d89911e26d0ddeb2ab7330c20.tar.gz gentoo-e048914dbdde496d89911e26d0ddeb2ab7330c20.tar.bz2 gentoo-e048914dbdde496d89911e26d0ddeb2ab7330c20.zip |
app-emulation/dxvk: stabilize 1.10.3 for amd64, x86
Will not keep it forever, but stabilizing this older version as
well given 2.0 requires more recent vulkan drivers to function.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dxvk/dxvk-1.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/dxvk/dxvk-1.10.3.ebuild b/app-emulation/dxvk/dxvk-1.10.3.ebuild index e69d7600dc0b..ec69c80ad8fa 100644 --- a/app-emulation/dxvk/dxvk-1.10.3.ebuild +++ b/app-emulation/dxvk/dxvk-1.10.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/doitsujin/dxvk.git" else SRC_URI="https://github.com/doitsujin/dxvk/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="-* ~amd64 ~x86" + KEYWORDS="-* amd64 x86" fi DESCRIPTION="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine" |