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, 06 Jul 2021 04:14:04
Message-Id: 1625544833.4430ef496a64da3791f4783535fac6f0895c4622.sam@gentoo
1 commit: 4430ef496a64da3791f4783535fac6f0895c4622
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 04:13:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 04:13:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4430ef49
7
8 dev-db/redis: Stabilize 6.2.4 arm, #800103
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/redis/redis-6.2.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-6.2.4.ebuild b/dev-db/redis/redis-6.2.4.ebuild
16 index 6e809cd687a..3402d1614c7 100644
17 --- a/dev-db/redis/redis-6.2.4.ebuild
18 +++ b/dev-db/redis/redis-6.2.4.ebuild
19 @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io"
20 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
21
22 LICENSE="BSD"
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 )"
27 SLOT="0"