commit: fc9e3d4c5b2207364d0cecc34b386ec44619b797
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 13:44:20 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 13:44:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9e3d4c
dev-util/vulkan-headers: ppc64 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 df484ade32bd..0fb3f889b561 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