summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-01 16:20:17 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-01 16:20:17 +0200
commit7632f7d472582ef0ba522e22b5f6705807f6eb2c (patch)
treeb08e5968c24fc4ebe1e5b3cd7ff361e22f72e8a6 /dev-util/vulkan-headers
parentapp-text/libspectre: Stabilize 0.2.10 ppc, #848951 (diff)
downloadgentoo-7632f7d472582ef0ba522e22b5f6705807f6eb2c.tar.gz
gentoo-7632f7d472582ef0ba522e22b5f6705807f6eb2c.tar.bz2
gentoo-7632f7d472582ef0ba522e22b5f6705807f6eb2c.zip
dev-util/vulkan-headers: Stabilize 1.3.211 amd64, #848888
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-headers')
-rw-r--r--dev-util/vulkan-headers/vulkan-headers-1.3.211.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.211.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.3.211.ebuild
index 0213b8c84fb7..0b90e6d54565 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.211.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.211.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/sdk-${PV}.0.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-sdk-${PV}.0
fi