Diff vulkan-tools-1.3.261 with a vulkan-tools-1.3.261-r1

/usr/portage/dev-util/vulkan-tools/vulkan-tools-1.3.261-r1.ebuild 2023-10-09 14:52:31.008368388 +0300
24 24
SLOT="0"
25 25
IUSE="cube wayland +X"
26 26

  
27
# Cube demo only supports one window system at a time
28
REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
27
REQUIRED_USE="cube? ( || ( X wayland ) )"
29 28

  
30 29
BDEPEND="${PYTHON_DEPS}
31 30
	cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
......
51 50
		/usr/bin/vkcube
52 51
		/usr/bin/vkcubepp
53 52
	)
53
	use cube && use wayland && MULTILIB_CHOST_TOOLS+=(
54
		/usr/bin/vkcube-wayland
55
	)
54 56

  
55 57
	python-any-r1_pkg_setup
56 58
}
Thank you!