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: Mon, 05 Jul 2021 06:58:09
Message-Id: 1625468272.b6c419078baf458a2e5ffc40d0b2594cbfc0cfeb.ago@gentoo
1 commit: b6c419078baf458a2e5ffc40d0b2594cbfc0cfeb
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 06:57:52 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 06:57:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c41907
7
8 dev-db/redis: ppc stable wrt bug #800103
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-db/redis/redis-6.2.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-db/redis/redis-6.2.4.ebuild b/dev-db/redis/redis-6.2.4.ebuild
18 index e7c5dc954ab..f5106620f0d 100644
19 --- a/dev-db/redis/redis-6.2.4.ebuild
20 +++ b/dev-db/redis/redis-6.2.4.ebuild
21 @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io"
22 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
23
24 LICENSE="BSD"
25 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
26 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
27 IUSE="+jemalloc ssl systemd tcmalloc test"
28 RESTRICT="!test? ( test )"
29 SLOT="0"