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 16:12:08
Message-Id: 1577722319.a539d53db1aa61b0130385a2a037e9b45769bef6.ago@gentoo
1 commit: a539d53db1aa61b0130385a2a037e9b45769bef6
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 16:11:59 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 16:11:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a539d53d
7
8 dev-db/redis: x86 stable wrt bug #698436
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="x86"
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 fcdf777e851..cb2d103d63d 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"