commit:     4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 09:39:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 )"

Reply via email to