Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Wed, 01 Jan 2020 22:58:22
Message-Id: 1577919493.1d51b29d9fb33500247aaab29ddf3bc45337c0c1.bman@gentoo
1 commit: 1d51b29d9fb33500247aaab29ddf3bc45337c0c1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 22:55:23 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 22:58:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d51b29d
7
8 dev-db/redis: arm64 stable (bug #698436)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 dev-db/redis/redis-5.0.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/redis/redis-5.0.7.ebuild b/dev-db/redis/redis-5.0.7.ebuild
17 index 87e81951073..af81c62c1da 100644
18 --- a/dev-db/redis/redis-5.0.7.ebuild
19 +++ b/dev-db/redis/redis-5.0.7.ebuild
20 @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io"
21 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
22
23 LICENSE="BSD"
24 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
25 +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
26 IUSE="+jemalloc tcmalloc luajit test"
27 RESTRICT="!test? ( test )"
28 SLOT="0"