From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07A2915A7D9 for ; Mon, 20 Mar 2023 07:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1790BE0825; Mon, 20 Mar 2023 07:26:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF73EE0825 for ; Mon, 20 Mar 2023 07:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C486D3412D6 for ; Mon, 20 Mar 2023 07:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57AC58D4 for ; Mon, 20 Mar 2023 07:26:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679296877.393270abb2073a7dea4e0d002c93bbc40d343caf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/snappy/snappy-1.1.10-r1.ebuild app-arch/snappy/snappy-1.1.10.ebuild X-VCS-Directories: app-arch/snappy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 393270abb2073a7dea4e0d002c93bbc40d343caf X-VCS-Branch: master Date: Mon, 20 Mar 2023 07:26:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 938ce823-2901-4833-903e-22646c5fb557 X-Archives-Hash: ab95c03f61c97d415462e194f90d8e13 commit: 393270abb2073a7dea4e0d002c93bbc40d343caf Author: Sam James gentoo org> AuthorDate: Mon Mar 20 07:20:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 07:21:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393270ab app-arch/snappy: crank subslot for 1.1.10 ABI breakage Signed-off-by: Sam James gentoo.org> app-arch/snappy/{snappy-1.1.10.ebuild => snappy-1.1.10-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-arch/snappy/snappy-1.1.10.ebuild b/app-arch/snappy/snappy-1.1.10-r1.ebuild similarity index 91% rename from app-arch/snappy/snappy-1.1.10.ebuild rename to app-arch/snappy/snappy-1.1.10-r1.ebuild index f78200c4847b..a039f41ccade 100644 --- a/app-arch/snappy/snappy-1.1.10.ebuild +++ b/app-arch/snappy/snappy-1.1.10-r1.ebuild @@ -10,7 +10,9 @@ HOMEPAGE="https://github.com/google/snappy" SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -SLOT="0/${PV%%.*}" +# ${PV%%.*}.FUDGE where FUDGE is incremented if ABI is broken without a new SONAME +# Please use abidiff on bumps. +SLOT="0/${PV%%.*}.1" 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 )"