Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/
Date: Sun, 31 Oct 2021 03:09:37
Message-Id: 1635649719.fe88423c1783e18a01607f088f9253515b5a78eb.sam@gentoo
1 commit: fe88423c1783e18a01607f088f9253515b5a78eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 03:08:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 03:08:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe88423c
7
8 dev-libs/hiredis: stabilize 1.0.2 for amd64, ppc, ppc64, sparc, x86
9
10 Identical to 1.0.1 w/o SONAME change.
11
12 Bug: https://bugs.gentoo.org/820170
13 Closes: https://bugs.gentoo.org/820386
14 Closes: https://github.com/gentoo/gentoo/pull/22714
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-libs/hiredis/hiredis-1.0.2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-libs/hiredis/hiredis-1.0.2.ebuild b/dev-libs/hiredis/hiredis-1.0.2.ebuild
21 index 68ece94713d..f5cbc3c1edc 100644
22 --- a/dev-libs/hiredis/hiredis-1.0.2.ebuild
23 +++ b/dev-libs/hiredis/hiredis-1.0.2.ebuild
24 @@ -13,7 +13,7 @@ LICENSE="BSD"
25 # 1.0.1 erroneously bumped SONAME but keep 1.0.1 here instead of the last
26 # real ABI break (1.0.0) to avoid forcing another set of rebuilds for folks.
27 SLOT="0/1.0.1"
28 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris"
29 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris"
30 IUSE="examples ssl static-libs test"
31 RESTRICT="!test? ( test )"