diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 13:30:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 13:30:59 +0000 |
commit | 098ab36a612fdc3eafbf5a5a5592475942512e1e (patch) | |
tree | 03c983830c1cba5425f9632ecaf17054d3e54e87 /dev-util/vulkan-tools | |
parent | dev-util/vulkan-headers: Stabilize 1.2.162 arm, #766713 (diff) | |
download | gentoo-098ab36a612fdc3eafbf5a5a5592475942512e1e.tar.gz gentoo-098ab36a612fdc3eafbf5a5a5592475942512e1e.tar.bz2 gentoo-098ab36a612fdc3eafbf5a5a5592475942512e1e.zip |
dev-util/vulkan-tools: Stabilize 1.2.162 arm, #766713
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-tools')
-rw-r--r-- | dev-util/vulkan-tools/vulkan-tools-1.2.162.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.162.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.2.162.ebuild index 484eb9bb156c..48ca2507313c 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.2.162.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.2.162.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" + KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64" S="${WORKDIR}"/${MY_PN}-${PV} fi |