Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Sat, 01 Aug 2020 08:53:31
Message-Id: 1596271595.fc3cd52ee2fadc6043fe64dc3f01f50a5d8ca1d9.slyfox@gentoo
1 commit: fc3cd52ee2fadc6043fe64dc3f01f50a5d8ca1d9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 08:46:35 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 08:46:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3cd52e
7
8 dev-db/redis: stable 5.0.9-r1 for ppc
9
10 stable wrt bug #633824
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-db/redis/redis-5.0.9-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-db/redis/redis-5.0.9-r1.ebuild b/dev-db/redis/redis-5.0.9-r1.ebuild
20 index be46373df0f..bea04961a6b 100644
21 --- a/dev-db/redis/redis-5.0.9-r1.ebuild
22 +++ b/dev-db/redis/redis-5.0.9-r1.ebuild
23 @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io"
24 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
25
26 LICENSE="BSD"
27 -KEYWORDS="~amd64 arm ~arm64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
28 +KEYWORDS="~amd64 arm ~arm64 hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
29 IUSE="+jemalloc tcmalloc luajit test"
30 RESTRICT="!test? ( test )"
31 SLOT="0"