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: Wed, 02 Jun 2021 14:33:50
Message-Id: 1622644413.0c328a0b95e013aac67e5a35f02a64046caebaef.slyfox@gentoo
1 commit: 0c328a0b95e013aac67e5a35f02a64046caebaef
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Jun 2 14:17:20 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 14:33:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c328a0b
7
8 dev-db/redis: stable 6.0.14 for sparc, bug #793719
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-db/redis/redis-6.0.14.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-db/redis/redis-6.0.14.ebuild b/dev-db/redis/redis-6.0.14.ebuild
19 index 8b23babaf71..675ef2242a3 100644
20 --- a/dev-db/redis/redis-6.0.14.ebuild
21 +++ b/dev-db/redis/redis-6.0.14.ebuild
22 @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io"
23 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
24
25 LICENSE="BSD"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
28 IUSE="+jemalloc ssl systemd tcmalloc test"
29 RESTRICT="!test? ( test )"
30 SLOT="0"