app-arch/snappy: restore 1.1 subslot to snappy-1.2.1

- 1.2.0 had an accidental ABI breakage, which is restored and fixed in 1.2.1
   which is ABI compatible with 1.1.
   https://github.com/google/snappy/issues/183

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2024-10-18 19:28:31 +03:00
parent 0d12f8faf0
commit cb5cce99f4

View File

@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
# ABI may be broken without a new SONAME. Please use abidiff on bumps.
SLOT="0/1.2.1"
SLOT="0/1.1"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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 )"