Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
Date: Mon, 31 May 2021 14:18:03
Message-Id: 1622470627.7305c6dc64f57e237320496c0bda813284c3f38e.sam@gentoo
1 commit: 7305c6dc64f57e237320496c0bda813284c3f38e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 14:17:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 14:17:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7305c6dc
7
8 dev-util/vulkan-tools: Keyword 1.2.179 arm64, #792360
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
16 index 97293b9b04c..14d7bb81d12 100644
17 --- a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
18 +++ b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~ppc64"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
25 S="${WORKDIR}"/${MY_PN}-${PV}
26 fi