commit:     49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 05:35:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 05:36:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c8b9ce

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 <AT> gentoo.org>

 dev-libs/msgpack/{msgpack-6.0.0.ebuild => msgpack-6.0.0-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/msgpack/msgpack-6.0.0.ebuild 
b/dev-libs/msgpack/msgpack-6.0.0-r1.ebuild
similarity index 84%
rename from dev-libs/msgpack/msgpack-6.0.0.ebuild
rename to 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"
 

Reply via email to