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 B7C20158086 for ; Sun, 31 Oct 2021 09:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA0DE0B14; Sun, 31 Oct 2021 09:42:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBEB2E0B14 for ; Sun, 31 Oct 2021 09:42:09 +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 D66CF3437D3 for ; Sun, 31 Oct 2021 09:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ACB58F for ; Sun, 31 Oct 2021 09:42:07 +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: <1635673186.4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hiredis/hiredis-1.0.2-r1.ebuild dev-libs/hiredis/hiredis-1.0.2.ebuild X-VCS-Directories: dev-libs/hiredis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae X-VCS-Branch: master Date: Sun, 31 Oct 2021 09:42:07 +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: 5f3295bd-ba6c-46f4-b3ae-89759002aa03 X-Archives-Hash: f7813fc010ce6288fa8088c32f5fc5fb commit: 4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae Author: Sam James gentoo org> AuthorDate: Sun Oct 31 09:39:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 09:39:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd93c48 dev-libs/hiredis: fix 1.0.2 subslot I'm not sure what I was thinking earlier. Unlucky consumer who rebuilt against the erroneous 1.0.1 will want it and it's gone now. Signed-off-by: Sam James gentoo.org> dev-libs/hiredis/{hiredis-1.0.2.ebuild => hiredis-1.0.2-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/hiredis/hiredis-1.0.2.ebuild b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild similarity index 92% rename from dev-libs/hiredis/hiredis-1.0.2.ebuild rename to dev-libs/hiredis/hiredis-1.0.2-r1.ebuild index f5cbc3c1edc..7a7c75517a0 100644 --- a/dev-libs/hiredis/hiredis-1.0.2.ebuild +++ b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/redis/hiredis" SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -# 1.0.1 erroneously bumped SONAME but keep 1.0.1 here instead of the last -# real ABI break (1.0.0) to avoid forcing another set of rebuilds for folks. -SLOT="0/1.0.1" +# 1.0.1 erroneously bumped SONAME but we're stuck with it now. Force another +# rebuild so everybody is on the right one though (1.0.0). +SLOT="0/1.0.2" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris" IUSE="examples ssl static-libs test" RESTRICT="!test? ( test )"