diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-11 23:02:22 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-11 23:04:17 -0400 |
commit | 4c7214ce7f459d02eafce3e13cfecb6db8ebec19 (patch) | |
tree | 7e13516a12db76c0dcf3d2b0c0c2ab7bcd26bb77 /app-arch/snappy | |
parent | dev-python/hypothesis: Remove old (diff) | |
download | gentoo-4c7214ce7f459d02eafce3e13cfecb6db8ebec19.tar.gz gentoo-4c7214ce7f459d02eafce3e13cfecb6db8ebec19.tar.bz2 gentoo-4c7214ce7f459d02eafce3e13cfecb6db8ebec19.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>
Diffstat (limited to 'app-arch/snappy')
-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 )" |