Diff msgpack-cxx-6.0.0 with a msgpack-cxx-6.1.0

/usr/portage/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild 2023-10-09 14:52:29.308368346 +0300
24 24
BDEPEND="doc? ( app-doc/doxygen[dot] )
25 25
	test? ( sys-libs/zlib )"
26 26

  
27
PATCHES=(
28
	"${FILESDIR}"/"${PN}"-6.0.0-gcc13.patch
29
)
30

  
31 27
src_configure() {
32 28
	local mycmakeargs=(
33 29
		-DMSGPACK_BUILD_EXAMPLES=OFF
Thank you!