diff options
author | 2023-09-23 23:53:33 +0100 | |
---|---|---|
committer | 2023-09-23 23:53:33 +0100 | |
commit | 89321b6e0451f43716e54dbb78cb11448e1de1cb (patch) | |
tree | e5c28d5ed718c90ec090330db5307c966e039c47 /dev-db | |
parent | dev-db/redis: Stabilize 7.0.13 ppc64, #914574 (diff) | |
download | gentoo-89321b6e0451f43716e54dbb78cb11448e1de1cb.tar.gz gentoo-89321b6e0451f43716e54dbb78cb11448e1de1cb.tar.bz2 gentoo-89321b6e0451f43716e54dbb78cb11448e1de1cb.zip |
dev-db/redis: Stabilize 7.0.13 amd64, #914574
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.13.ebuild b/dev-db/redis/redis-7.0.13.ebuild index 76ff685466a2..33b83a11cc63 100644 --- a/dev-db/redis/redis-7.0.13.ebuild +++ b/dev-db/redis/redis-7.0.13.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" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |