summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-03 06:35:34 +0100
committerSam James <sam@gentoo.org>2023-04-03 06:36:01 +0100
commit49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd (patch)
treefd5529907b3d5782a179b9080292fd5fdf539a29 /dev-libs
parentnet-analyzer/gvm-libs: fix build w/ misbehaving pcap-config (diff)
downloadgentoo-49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd.tar.gz
gentoo-49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd.tar.bz2
gentoo-49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd.zip
dev-libs/msgpack: crank subslot for msgpack-6 for library rename
Need the -c as a one-off (can drop on next soname bump) as the library rename from libmsgpackc.so.2 -> libmsgpack-c.so.2 is effectively an ABI break and has all the same problems a new SONAME would have. Bug: https://bugs.gentoo.org/903657 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/msgpack/msgpack-6.0.0-r1.ebuild (renamed from dev-libs/msgpack/msgpack-6.0.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/msgpack/msgpack-6.0.0.ebuild b/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
index cc6f586a055f..c5a572c13bea 100644
--- a/dev-libs/msgpack/msgpack-6.0.0.ebuild
+++ b/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
@@ -13,7 +13,10 @@ HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/"
SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/c-${PV}/${MY_P}.tar.gz"
LICENSE="Boost-1.0"
-SLOT="0/2"
+# Need the -c as a one-off (can drop on next soname bump) as the library rename
+# from libmsgpackc.so.2 -> libmsgpack-c.so.2 is effectively an ABI break and
+# has all the same problems a new SONAME would have.
+SLOT="0/2-c"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc examples test"