Diff vkd3d-proton-2.9-r1 with a vkd3d-proton-2.10

/usr/portage/app-emulation/vkd3d-proton/vkd3d-proton-2.10.ebuild 2023-10-09 14:52:28.740368331 +0300
18 18
		subprojects/dxil-spirv/third_party/spirv-headers # skip cross/tools
19 19
	)
20 20
else
21
	HASH_VKD3D=6365efeba253807beecaed0eaa963295522c6b70 # match tag on bumps
22
	HASH_DXIL=f20a0fb4e984a83743baa9d863eb7b26228bcca3
21
	HASH_VKD3D=88e4f300cc0b5b6f0880c1233d562cf506b546fb # match tag on bumps
22
	HASH_DXIL=d6ffa30abfc0fd3dd569af4a4efc9bc9df918d2a
23 23
	HASH_SPIRV=1d31a100405cf8783ca7a31e31cdd727c9fc54c3
24 24
	HASH_SPIRV_DXIL=aa331ab0ffcb3a67021caa1a0c1c9017712f2f31
25
	HASH_VULKAN=bd6443d28f2ebecedfb839b52d612011ba623d14
25
	HASH_VULKAN=a0c76b4ef76e219483755ff61dce6b67ff79f24b
26 26
	SRC_URI="
27 27
		https://github.com/HansKristian-Work/vkd3d-proton/archive/refs/tags/v${PV}.tar.gz
28 28
			-> ${P}.tar.gz
......
42 42

  
43 43
LICENSE="LGPL-2.1+ Apache-2.0 MIT"
44 44
SLOT="0"
45
IUSE="+abi_x86_32 crossdev-mingw debug extras"
45
IUSE="+abi_x86_32 crossdev-mingw debug extras +strip"
46 46

  
47 47
BDEPEND="
48 48
	dev-util/glslang
......
160 160
		--{cross,native}-file="${T}"/widl.${ABI}.ini
161 161
		$(meson_use {,enable_}extras)
162 162
		$(meson_use debug enable_trace)
163
		$(usev !debug --strip) # portage won't strip .dll, so allow it here
163
		$(usev strip --strip) # portage won't strip .dll, so allow it here
164 164
		-Denable_tests=false # needs wine/vulkan and is intended for manual use
165 165
	)
166 166

  
Thank you!