Diff highway-1.0.3-r1 with a highway-1.0.5

/usr/portage/dev-cpp/highway/highway-1.0.5.ebuild 2023-10-09 14:52:29.304368345 +0300
24 24

  
25 25
RESTRICT="!test? ( test )"
26 26

  
27
PATCHES=(
28
	"${FILESDIR}"/0001-fix-compile-for-armv7-targets-with-vfp4-and-lower.patch
29
	"${FILESDIR}"/0002-fix-armv7-neon-detect-via-asm-hwcap.patch
30
)
31

  
32 27
multilib_src_configure() {
33 28
	local mycmakeargs=(
34 29
		-DHWY_CMAKE_ARM7=$(usex cpu_flags_arm_neon)
Thank you!