Diff msgpack-5.0.0 with a msgpack-6.0.0-r1

/usr/portage/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild 2023-10-09 14:52:29.540368351 +0300
13 13
SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/c-${PV}/${MY_P}.tar.gz"
14 14

  
15 15
LICENSE="Boost-1.0"
16
SLOT="0/2"
17
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
16
# Need the -c as a one-off (can drop on next soname bump) as the library rename
17
# from libmsgpackc.so.2 -> libmsgpack-c.so.2 is effectively an ABI break and
18
# has all the same problems a new SONAME would have.
19
# See https://github.com/msgpack/msgpack-c/pull/1053.
20
SLOT="0/2-c"
21
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
18 22
IUSE="doc examples test"
19 23

  
20 24
RESTRICT="!test? ( test )"
Thank you!