commit: 4359730a08e17d89d064835d6bcac53c25895ca0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 14:31:59 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 14:44:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4359730a
app-emulation/vkd3d: x86 stable (bug #683308)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-emulation/vkd3d/vkd3d-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/vkd3d/vkd3d-1.1.ebuild
b/app-emulation/vkd3d/vkd3d-1.1.ebuild
index 13adb0e4ff3..d3f9d96bc43 100644
--- a/app-emulation/vkd3d/vkd3d-1.1.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.1.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