summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-10-18 19:28:31 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-10-18 19:28:31 +0300
commitcb5cce99f42a84b42a32090c3683bddb6fd590a0 (patch)
treeded5d00142f8ef17d791d43a7a501440beb702f5 /app-arch/snappy
parentapp-arch/snappy: drop 1.2.0-r1 (diff)
downloadgentoo-cb5cce99f42a84b42a32090c3683bddb6fd590a0.tar.gz
gentoo-cb5cce99f42a84b42a32090c3683bddb6fd590a0.tar.bz2
gentoo-cb5cce99f42a84b42a32090c3683bddb6fd590a0.zip
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>
Diffstat (limited to 'app-arch/snappy')
-rw-r--r--app-arch/snappy/snappy-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/snappy/snappy-1.2.1.ebuild b/app-arch/snappy/snappy-1.2.1.ebuild
index 4cc33c766cc2..7503b0ff3974 100644
--- a/app-arch/snappy/snappy-1.2.1.ebuild
+++ b/app-arch/snappy/snappy-1.2.1.ebuild
@@ -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 )"