Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Mon, 30 Dec 2019 15:33:40
Message-Id: 1577719983.7472097bdfb04cf3f64605f2411b69b730933ce1.ago@gentoo
1 commit: 7472097bdfb04cf3f64605f2411b69b730933ce1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 15:33:03 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:33:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7472097b
7
8 dev-db/redis: ppc64 stable wrt bug #698436
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-db/redis/redis-5.0.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-db/redis/redis-5.0.7.ebuild b/dev-db/redis/redis-5.0.7.ebuild
18 index db002fb35ce..fcdf777e851 100644
19 --- a/dev-db/redis/redis-5.0.7.ebuild
20 +++ b/dev-db/redis/redis-5.0.7.ebuild
21 @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io"
22 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
23
24 LICENSE="BSD"
25 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
26 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
27 IUSE="+jemalloc tcmalloc luajit test"
28 RESTRICT="!test? ( test )"
29 SLOT="0"