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-db/redis/
Date: Wed, 06 Oct 2021 23:06:48
Message-Id: 1633561567.1eed9cf3774c22e095257b3b44cae7cb8398b5e2.sam@gentoo
1 commit: 1eed9cf3774c22e095257b3b44cae7cb8398b5e2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 23:06:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 23:06:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eed9cf3
7
8 dev-db/redis: Stabilize 6.0.16 ppc64, #816489
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/redis/redis-6.0.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-6.0.16.ebuild b/dev-db/redis/redis-6.0.16.ebuild
16 index 53d6c083a88..e0ff01b9ce8 100644
17 --- a/dev-db/redis/redis-6.0.16.ebuild
18 +++ b/dev-db/redis/redis-6.0.16.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE="+jemalloc ssl systemd tcmalloc test"
26 RESTRICT="!test? ( test )"