diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 09:39:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 09:39:46 +0000 |
commit | 4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae (patch) | |
tree | 917467e4c9705d67a1bdf42bc31b587e5debf44d /dev-libs/hiredis | |
parent | net-libs/libtorrent-rasterbar: add link to upstream PR (diff) | |
download | gentoo-4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae.tar.gz gentoo-4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae.tar.bz2 gentoo-4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-1.0.2-r1.ebuild (renamed from dev-libs/hiredis/hiredis-1.0.2.ebuild) | 6 |
1 files 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 index f5cbc3c1edce..7a7c75517a0a 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 )" |