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: 1633997383.52b0c627e637b93aa719502aad4ef35efd24352b.sam@gentoo
1 commit: 52b0c627e637b93aa719502aad4ef35efd24352b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 00:09:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 00:09:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b0c627
7
8 dev-db/redis: Stabilize 5.0.14 arm64, #816489
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/redis/redis-5.0.14.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-5.0.14.ebuild b/dev-db/redis/redis-5.0.14.ebuild
16 index 8895f497258..28815605a2a 100644
17 --- a/dev-db/redis/redis-5.0.14.ebuild
18 +++ b/dev-db/redis/redis-5.0.14.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE="+jemalloc tcmalloc luajit test"
26 RESTRICT="!test? ( test )"