summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-28 15:39:32 +0000
committerSam James <sam@gentoo.org>2021-02-28 15:39:32 +0000
commitce61f1125b18b88a9b84038b7531d2bfea0b39ca (patch)
tree3066cadbdca1ae54af1c54ccbbc9204fb50a3b95 /app-emulation
parentapp-crypt/tpm2-tss: Stabilize 2.4.5 x86, #773337 (diff)
downloadgentoo-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.ebuild2
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