Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Mon, 26 Sep 2022 06:33:53
Message-Id: 1664174022.539fb4da9fbfa45ec2efc302ca7418e15afc3fcd.arthurzam@gentoo
1 commit: 539fb4da9fbfa45ec2efc302ca7418e15afc3fcd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 06:33:42 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 06:33:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539fb4da
7
8 dev-db/redis: Stabilize 7.0.5 sparc, #872713
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-db/redis/redis-7.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-7.0.5.ebuild b/dev-db/redis/redis-7.0.5.ebuild
16 index ca38a7a33bf3..32950424ec95 100644
17 --- a/dev-db/redis/redis-7.0.5.ebuild
18 +++ b/dev-db/redis/redis-7.0.5.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
26 RESTRICT="!test? ( test )"