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: Tue, 12 Oct 2021 00:10:27
Message-Id: 1633997385.75d62f423cb234c9527adc4cb807cd679ca34d06.sam@gentoo
1 commit: 75d62f423cb234c9527adc4cb807cd679ca34d06
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 00:09:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 00:09:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d62f42
7
8 dev-db/redis: Stabilize 6.2.6 arm64, #816489
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/redis/redis-6.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-6.2.6.ebuild b/dev-db/redis/redis-6.2.6.ebuild
16 index 4317e3e0108..e20ab768e39 100644
17 --- a/dev-db/redis/redis-6.2.6.ebuild
18 +++ b/dev-db/redis/redis-6.2.6.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 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE="+jemalloc ssl systemd tcmalloc test"
26 RESTRICT="!test? ( test )"