summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-03 06:40:10 +0100
committerSam James <sam@gentoo.org>2023-04-03 06:40:21 +0100
commitcea1c465ddaa931810e43be10bf9ce7b5920939f (patch)
treeba03d1d0e3ec979c1ab85870a0cf061e5ca23db3 /dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
parentapp-text/groonga: subscribe to msgpack subslot (diff)
downloadgentoo-cea1c465ddaa931810e43be10bf9ce7b5920939f.tar.gz
gentoo-cea1c465ddaa931810e43be10bf9ce7b5920939f.tar.bz2
gentoo-cea1c465ddaa931810e43be10bf9ce7b5920939f.zip
dev-libs/msgpack: add upstream ref re library rename
Followup to 49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd. Bug: https://github.com/msgpack/msgpack-c/pull/1053 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/msgpack/msgpack-6.0.0-r1.ebuild')
-rw-r--r--dev-libs/msgpack/msgpack-6.0.0-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild b/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
index c5a572c13bea..b4a977c371a6 100644
--- a/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
+++ b/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
@@ -16,6 +16,7 @@ LICENSE="Boost-1.0"
# 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.
+# See https://github.com/msgpack/msgpack-c/pull/1053.
SLOT="0/2-c"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc examples test"