diff options
author | Sam James <sam@gentoo.org> | 2021-08-05 15:06:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-05 15:06:38 +0100 |
commit | 126a5ab2930b43ead75c8bc7466c882ae04b89a4 (patch) | |
tree | dfba5cd489fe22f6d3a385a34013979e00b2cf42 /dev-util/vulkan-headers | |
parent | dev-lang/spidermonkey: Stabilize 78.12.0 x86, #806386 (diff) | |
download | gentoo-126a5ab2930b43ead75c8bc7466c882ae04b89a4.tar.gz gentoo-126a5ab2930b43ead75c8bc7466c882ae04b89a4.tar.bz2 gentoo-126a5ab2930b43ead75c8bc7466c882ae04b89a4.zip |
dev-util/vulkan-headers: Stabilize 1.2.182 x86, #806444
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-headers')
-rw-r--r-- | dev-util/vulkan-headers/vulkan-headers-1.2.182.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.182.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.2.182.ebuild index f25e1813acd4..a9d5e5115981 100644 --- a/dev-util/vulkan-headers/vulkan-headers-1.2.182.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-1.2.182.ebuild @@ -11,7 +11,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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-${PV} fi |