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, 15 Feb 2017 23:14:07
Message-Id: 1487200432.e963acc7d38062c8de9f55336ea899087b5e90d0.xmw@gentoo
1 commit: e963acc7d38062c8de9f55336ea899087b5e90d0
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 23:12:55 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 23:13:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e963acc7
7
8 dev-db/redis: ppc stable (bug 585646).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-db/redis/redis-3.2.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-3.2.5.ebuild b/dev-db/redis/redis-3.2.5.ebuild
16 index ea40ca9782..63abebd056 100644
17 --- a/dev-db/redis/redis-3.2.5.ebuild
18 +++ b/dev-db/redis/redis-3.2.5.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/"
20 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
21
22 LICENSE="BSD"
23 -KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
24 +KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
25 IUSE="+jemalloc tcmalloc luajit test"
26 SLOT="0"