Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Tue, 29 Nov 2016 17:33:37
Message-Id: 1480440797.82fb109758436717fbdb7fccc4ec1e8add4d372b.maekke@gentoo
1 commit: 82fb109758436717fbdb7fccc4ec1e8add4d372b
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 17:33:17 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 17:33:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fb1097
7
8 dev-db/redis: arm stable, bug #565188
9
10 Package-Manager: portage-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 dev-db/redis/redis-3.0.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/redis/redis-3.0.7.ebuild b/dev-db/redis/redis-3.0.7.ebuild
17 index 6e60dfb..e0ac6b9 100644
18 --- a/dev-db/redis/redis-3.0.7.ebuild
19 +++ b/dev-db/redis/redis-3.0.7.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/"
21 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
22
23 LICENSE="BSD"
24 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
25 +KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
26 IUSE="+jemalloc tcmalloc test"
27 SLOT="0"