commit:     ee6e2a4c55ed4e15b366e0cf42a5309ac1feeb77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 20:29:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 20:29:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6e2a4c

dev-libs/crypto++: add more ABI commentary

... and just change to 0/${PV} (subslot is the same as before
for 8.6.0) given it's so often unstable.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/crypto++/crypto++-8.6.0.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-libs/crypto++/crypto++-8.6.0.ebuild 
b/dev-libs/crypto++/crypto++-8.6.0.ebuild
index fe51dc2a3497..0b77d971f0e7 100644
--- a/dev-libs/crypto++/crypto++-8.6.0.ebuild
+++ b/dev-libs/crypto++/crypto++-8.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/crypto++.asc
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/crypto++.asc
 inherit toolchain-funcs verify-sig
 
 DESCRIPTION="C++ class library of cryptographic schemes"
@@ -13,10 +13,15 @@ SRC_URI+=" verify-sig? ( 
https://cryptopp.com/cryptopp${PV//.}.zip.sig )"
 S="${WORKDIR}"
 
 LICENSE="Boost-1.0"
-# Bumped to 8.5 in 8.5.0 out of caution
+# ABI notes:
+# - Bumped to 8.5 in 8.5.0 out of caution
 # subslot is so version (was broken in 8.3.0, check on bumps!)
 # Seems to be broken in 8.6 again too
-SLOT="0/8.6"
+#
+# - See https://cryptopp.com/#news, but releases usually say
+# "recompile of programs required". Even if it doesn't,
+# verify with abidiff!
+SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 
~x64-macos"
 IUSE="+asm static-libs"
 

Reply via email to