commit: ef03319b9925a697a73e417d3564c5edeac316c9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 13:40:13 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 13:40:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef03319b
dev-util/vulkan-headers: amd64 stable wrt bug #859409
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-util/vulkan-headers/vulkan-headers-1.3.216.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.216.ebuild
b/dev-util/vulkan-headers/vulkan-headers-1.3.216.ebuild
index 56de80325aab..976124b76d5a 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.216.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.216.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