Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Wed, 01 Mar 2017 10:43:10
Message-Id: 1488364971.88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9.xmw@gentoo
1 commit: 88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 10:41:05 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 10:42:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a93faa
7
8 dev-db/redis: arm64 stable (needed by syslog-ng)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-db/redis/redis-3.2.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/redis/redis-3.2.5.ebuild b/dev-db/redis/redis-3.2.5.ebuild
17 index 3382b914512..3eba55df631 100644
18 --- a/dev-db/redis/redis-3.2.5.ebuild
19 +++ b/dev-db/redis/redis-3.2.5.ebuild
20 @@ -10,7 +10,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 arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
26 IUSE="+jemalloc tcmalloc luajit test"
27 SLOT="0"