Diff mmtf-cpp-1.0.0-r1 with a mmtf-cpp-1.1.0-r1

/usr/portage/dev-libs/mmtf-cpp/mmtf-cpp-1.1.0-r1.ebuild 2023-10-09 14:52:29.540368351 +0300
1
# Copyright 2019-2022 Gentoo Authors
1
# Copyright 2019-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
LICENSE="MIT"
13 13
SLOT="0"
14 14
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
15
IUSE=""
16 15

  
17
DEPEND="dev-libs/msgpack"
16
DEPEND="|| ( dev-cpp/msgpack-cxx dev-libs/msgpack[cxx(-)] )"
18 17
RDEPEND="${DEPEND}"
19
BDEPEND=""
Thank you!