commit:     cfad82ab126df057b58395c56f593daf28b97c6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 28 21:19:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 28 21:20:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfad82ab

dev-util/vulkan-tools: restrict tests for 1.4.328.0

Better than having it stall forever. I'm not worried about it being
really broken in this case.

Newer versions are fine.

Closes: https://bugs.gentoo.org/964032
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/vulkan-tools/vulkan-tools-1.4.328.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.4.328.0.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.4.328.0.ebuild
index 00fd5a77a5cb..5693dada522f 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.4.328.0.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.4.328.0.ebuild
@@ -23,7 +23,8 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools";
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="cube wayland test X"
-RESTRICT="!test? ( test )"
+# bug #964032 for test restriction, drop w/ newer versions
+RESTRICT="test !test? ( test )"
 
 BDEPEND="${PYTHON_DEPS}
        cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )

Reply via email to