diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 21:53:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 21:53:30 +0000 |
commit | 1c8d257231c74e4bbf59c3b2eaeef7524a059ef0 (patch) | |
tree | 69be91f36891f4453d94cd44cc8076c9f3bbc5f1 /dev-db | |
parent | dev-db/redis: Stabilize 6.2.10 ppc64, #891285 (diff) | |
download | gentoo-1c8d257231c74e4bbf59c3b2eaeef7524a059ef0.tar.gz gentoo-1c8d257231c74e4bbf59c3b2eaeef7524a059ef0.tar.bz2 gentoo-1c8d257231c74e4bbf59c3b2eaeef7524a059ef0.zip |
dev-db/redis: Stabilize 7.0.8 ppc64, #891285
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.8.ebuild b/dev-db/redis/redis-7.0.8.ebuild index 6351e489f12e..cf29d5f277dd 100644 --- a/dev-db/redis/redis-7.0.8.ebuild +++ b/dev-db/redis/redis-7.0.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |