Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Sun, 25 Sep 2022 06:29:45
Message-Id: 1664087379.fe4e5f98c77a11e4553797e40f19daa3e2111bd7.juippis@gentoo
1 commit: fe4e5f98c77a11e4553797e40f19daa3e2111bd7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 06:22:50 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 06:29:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4e5f98
7
8 dev-db/redis: Stabilize 7.0.5 amd64, #872713
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-db/redis/redis-7.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/redis/redis-7.0.5.ebuild b/dev-db/redis/redis-7.0.5.ebuild
16 index 6df6a3e08780..9f97945b06cc 100644
17 --- a/dev-db/redis/redis-7.0.5.ebuild
18 +++ b/dev-db/redis/redis-7.0.5.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
26 RESTRICT="!test? ( test )"