Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
Date: Sun, 28 Feb 2021 15:39:12
Message-Id: 1614526743.9072f8fd0587e5fbd9575762f0416b1f268a4481.sam@gentoo
1 commit: 9072f8fd0587e5fbd9575762f0416b1f268a4481
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 15:39:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 15:39:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9072f8fd
7
8 app-emulation/vkd3d: Stabilize 1.2 amd64, #773352
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/vkd3d/vkd3d-1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild
16 index 90e8035e37b..6c7e4dfed3b 100644
17 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild
18 +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then
26 EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git"
27 inherit git-r3
28 else
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 ~x86"
31 SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
32 fi