Diff msgpack-cxx-5.0.0 with a msgpack-cxx-6.0.0

/usr/portage/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild 2023-10-09 14:52:29.308368346 +0300
11 11

  
12 12
LICENSE="Boost-1.0"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
14
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
15 15
IUSE="+boost doc examples test"
16 16

  
17 17
REQUIRED_USE="test? ( boost )"
......
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

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