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: Sun, 04 Jul 2021 22:17:07
Message-Id: 1625436969.94533f313cfa522c11db3d9d60ed28a8947f5cf9.sam@gentoo
1 commit: 94533f313cfa522c11db3d9d60ed28a8947f5cf9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 22:16:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 22:16:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94533f31
7
8 dev-db/redis: Stabilize 6.2.4 x86, #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 74be0c3fb76..7b9596a684a 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"