diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 15:39:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 15:39:32 +0000 |
commit | ce61f1125b18b88a9b84038b7531d2bfea0b39ca (patch) | |
tree | 3066cadbdca1ae54af1c54ccbbc9204fb50a3b95 /app-emulation | |
parent | app-crypt/tpm2-tss: Stabilize 2.4.5 x86, #773337 (diff) | |
download | gentoo-ce61f1125b18b88a9b84038b7531d2bfea0b39ca.tar.gz gentoo-ce61f1125b18b88a9b84038b7531d2bfea0b39ca.tar.bz2 gentoo-ce61f1125b18b88a9b84038b7531d2bfea0b39ca.zip |
app-emulation/vkd3d: Stabilize 1.2 x86, #773352
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild index 6c7e4dfed3b8..3589b8daabec 100644 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git" inherit git-r3 else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz" fi |