Diff xxhash-3.3.0 with a xxhash-3.4.1

/usr/portage/dev-python/xxhash/xxhash-3.4.1.ebuild 2023-10-09 14:52:30.404368373 +0300
17 17

  
18 18
LICENSE="MIT"
19 19
SLOT="0"
20
KEYWORDS="amd64 ~arm64 ~x86"
20
KEYWORDS="~amd64 ~arm64 ~x86"
21 21

  
22 22
DEPEND="
23 23
	>=dev-libs/xxhash-0.8.0
......
25 25
RDEPEND="
26 26
	${DEPEND}
27 27
"
28
BDEPEND="
29
	dev-python/setuptools-scm[${PYTHON_USEDEP}]
30
"
31 28

  
32 29
distutils_enable_tests unittest
33 30

  
Thank you!