diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-06 16:30:59 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-06 16:51:18 -0500 |
commit | 6fa8176c505cf3468622cbe8a313503162312b5e (patch) | |
tree | 44d648402dff2acb016f9824500b43eecc05408f /dev-util | |
parent | x11-libs/libxkbcommon: Move SLOT= assignment (diff) | |
download | gentoo-6fa8176c505cf3468622cbe8a313503162312b5e.tar.gz gentoo-6fa8176c505cf3468622cbe8a313503162312b5e.tar.bz2 gentoo-6fa8176c505cf3468622cbe8a313503162312b5e.zip |
dev-util/vulkan-tools: Synchronize live ebuild
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index a12f8e848df4..ef16acd05d20 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -12,9 +12,9 @@ if [[ ${PV} == *9999* ]]; then EGIT_SUBMODULES=() inherit git-r3 else - SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/sdk-${PV}.0.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}"/${MY_PN}-sdk-${PV}.0 + SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.0.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv" + S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}.0 fi DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS" |