summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/mmtf-cpp: fix msgpack dependencyMarek Szuba2023-02-071-0/+17
The upstream README states clearly "You need the headers of the MessagePack C++ library", meaning we should depend either on dev-libs/msgpack[cxx] or, for newer msgpack, on dev-cpp/msgpack-cxx. Note that since msgpack upstream renamed the relevant CMake package from "msgpack" to "msgpackc-cxx" in version 5.0.0, src_configure() can complain. This is harmless though, as the presence or absence of msgpack C++ headers at build time does not affect runtime operation of mmtf-cpp. Signed-off-by: Marek Szuba <marecki@gentoo.org>