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: Wed, 21 Jun 2017 12:17:23
Message-Id: 1498047429.432c1d1c8d5cf7882c688c24f24b3a26088c8ecf.ago@gentoo
1 commit: 432c1d1c8d5cf7882c688c24f24b3a26088c8ecf
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 12:15:24 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 12:17:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c1d1c
7
8 dev-db/redis: ppc64 stable wrt bug #614182
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-db/redis/redis-3.2.8-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-db/redis/redis-3.2.8-r2.ebuild b/dev-db/redis/redis-3.2.8-r2.ebuild
18 index e09824bf693..4fd31d17384 100644
19 --- a/dev-db/redis/redis-3.2.8-r2.ebuild
20 +++ b/dev-db/redis/redis-3.2.8-r2.ebuild
21 @@ -10,7 +10,7 @@ HOMEPAGE="http://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 SLOT="0"