diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-04 16:31:59 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-04 16:44:24 +0200 |
commit | 4359730a08e17d89d064835d6bcac53c25895ca0 (patch) | |
tree | 87db87145797ed293c31f5e3e1cf23155e6e24e2 /app-emulation/vkd3d | |
parent | app-emulation/wine-vanilla: x86 stable (bug #683308) (diff) | |
download | gentoo-4359730a08e17d89d064835d6bcac53c25895ca0.tar.gz gentoo-4359730a08e17d89d064835d6bcac53c25895ca0.tar.bz2 gentoo-4359730a08e17d89d064835d6bcac53c25895ca0.zip |
app-emulation/vkd3d: x86 stable (bug #683308)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.1.ebuild b/app-emulation/vkd3d/vkd3d-1.1.ebuild index 13adb0e4ff32..d3f9d96bc43b 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 |