commit: 3924c40bf1da4f3b350af4f4a0b7b9d213d26692
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 05:15:03 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 06:07:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3924c40b
dev-util/glslang: Stabilize 1.4.328.0-r1 x86, #966381
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-util/glslang/glslang-1.4.328.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/glslang/glslang-1.4.328.0-r1.ebuild
b/dev-util/glslang/glslang-1.4.328.0-r1.ebuild
index fe00ad2cc8b6..91d7a397bd53 100644
--- a/dev-util/glslang/glslang-1.4.328.0-r1.ebuild
+++ b/dev-util/glslang/glslang-1.4.328.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
else
GIT_COMMIT="vulkan-sdk-${PV}"
SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.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}/${PN}-${GIT_COMMIT}"
fi