Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
Date: Tue, 04 Jun 2019 14:45:38
Message-Id: 1559659464.4359730a08e17d89d064835d6bcac53c25895ca0.whissi@gentoo
1 commit: 4359730a08e17d89d064835d6bcac53c25895ca0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 14:31:59 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 14:44:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4359730a
7
8 app-emulation/vkd3d: x86 stable (bug #683308)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/vkd3d/vkd3d-1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/vkd3d/vkd3d-1.1.ebuild b/app-emulation/vkd3d/vkd3d-1.1.ebuild
17 index 13adb0e4ff3..d3f9d96bc43 100644
18 --- a/app-emulation/vkd3d/vkd3d-1.1.ebuild
19 +++ b/app-emulation/vkd3d/vkd3d-1.1.ebuild
20 @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then
21 EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git"
22 inherit git-r3
23 else
24 - KEYWORDS="amd64 ~x86"
25 + KEYWORDS="amd64 x86"
26 SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
27 fi