summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-11 23:02:22 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-11 23:04:17 -0400
commit4c7214ce7f459d02eafce3e13cfecb6db8ebec19 (patch)
tree7e13516a12db76c0dcf3d2b0c0c2ab7bcd26bb77
parentdev-python/hypothesis: Remove old (diff)
downloadgentoo-4c7214ce7f45.tar.gz
gentoo-4c7214ce7f45.tar.bz2
gentoo-4c7214ce7f45.zip
app-arch/snappy: bump subslot's fudge value due to ABI breakage
Breaks at least dev-qt/qtwebengine:6 if not rebuilt, aka libQt6WebEngineCore.so.6: undefined reference to `snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) * ABI: libsnappy.so.1(64) func(+6,-5) [BREAKING] ^ includes RawCompress Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-arch/snappy/snappy-1.2.0-r1.ebuild (renamed from app-arch/snappy/snappy-1.2.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/snappy/snappy-1.2.0.ebuild b/app-arch/snappy/snappy-1.2.0-r1.ebuild
index c1a06ba97416..a2331f1ef08a 100644
--- a/app-arch/snappy/snappy-1.2.0.ebuild
+++ b/app-arch/snappy/snappy-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
# ${PV%%.*}.FUDGE where FUDGE is incremented if ABI is broken without a new SONAME
# Please use abidiff on bumps.
-SLOT="0/${PV%%.*}.1"
+SLOT="0/${PV%%.*}.2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 test"
RESTRICT="!test? ( test )"