diff options
-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 |