diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 22:36:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 22:36:00 +0000 |
commit | 0758e1f23abaef9295626dd5b82914943f58dd17 (patch) | |
tree | 30a72f2ca35c8f18c940899286e5227c394fe286 /dev-db/redis | |
parent | dev-java/jax-rpc-api: Stabilize 1.1.4 amd64, #902719 (diff) | |
download | gentoo-0758e1f23abaef9295626dd5b82914943f58dd17.tar.gz gentoo-0758e1f23abaef9295626dd5b82914943f58dd17.tar.bz2 gentoo-0758e1f23abaef9295626dd5b82914943f58dd17.zip |
dev-db/redis: Stabilize 7.0.10 ppc64, #902721
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.10.ebuild b/dev-db/redis/redis-7.0.10.ebuild index 6351e489f12e..cf29d5f277dd 100644 --- a/dev-db/redis/redis-7.0.10.ebuild +++ b/dev-db/redis/redis-7.0.10.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 )" |