Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/
Date: Tue, 29 Nov 2022 18:06:37
Message-Id: 1669745087.e36b4dcc5f1d9eccb4cb4db173144b07813d2306.xen0n@gentoo
1 commit: e36b4dcc5f1d9eccb4cb4db173144b07813d2306
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 16:26:53 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 18:04:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36b4dcc
7
8 dev-libs/hiredis: keyword 1.1.0 for ~loong
9
10 Fails one test:
11
12 > Testing asynchronous API against TCP connection (127.0.0.1:0):
13 > Connection error: Connection refused
14
15 But amd64 fails this too.
16
17 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
18
19 dev-libs/hiredis/hiredis-1.1.0.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-libs/hiredis/hiredis-1.1.0.ebuild b/dev-libs/hiredis/hiredis-1.1.0.ebuild
23 index 514234cce290..04945ae5a369 100644
24 --- a/dev-libs/hiredis/hiredis-1.1.0.ebuild
25 +++ b/dev-libs/hiredis/hiredis-1.1.0.ebuild
26 @@ -13,7 +13,7 @@ LICENSE="BSD"
27 # Always check "Upgrading from ..." in README
28 # e.g. https://github.com/redis/hiredis#upgrading-to-110
29 SLOT="0/$(ver_cut 1-2)"
30 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris"
32 IUSE="examples ssl static-libs test"
33 RESTRICT="!test? ( test )"