commit: 6c5d8649467b665e7b1ea7dae09e482b155a6b2b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 24 00:18:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 24 00:18:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5d8649
dev-libs/libconfig: crank subslot for ABI break in 1.8.0 Not pulling in the SONAME patch because they may change the interfaces again before 1.8.1. Bug: https://github.com/hyperrealm/libconfig/issues/264 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libconfig/libconfig-1.8.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libconfig/libconfig-1.8.0.ebuild b/dev-libs/libconfig/libconfig-1.8.0.ebuild index 69be7e860802..f6bd444b8d1b 100644 --- a/dev-libs/libconfig/libconfig-1.8.0.ebuild +++ b/dev-libs/libconfig/libconfig-1.8.0.ebuild @@ -16,7 +16,8 @@ SRC_URI="https://github.com/hyperrealm/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.ta S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="LGPL-2.1" -SLOT="0/11" +# XXX: Drop .1 w/ >1.8.0, as that should change SONAME again +SLOT="0/11.1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="+cxx static-libs test" RESTRICT="!test? ( test )"
