diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-10-01 11:08:44 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-10-01 11:08:44 +0200 |
commit | 802cf9f0be1f155381ac53bc3dd7fa258c8ee461 (patch) | |
tree | d63b09e437f78f4e26f80a4cdf1752a8f8de21c4 /dev-db | |
parent | dev-db/redis: Stabilize 7.4.0 x86, #940535 (diff) | |
download | gentoo-802cf9f0be1f155381ac53bc3dd7fa258c8ee461.tar.gz gentoo-802cf9f0be1f155381ac53bc3dd7fa258c8ee461.tar.bz2 gentoo-802cf9f0be1f155381ac53bc3dd7fa258c8ee461.zip |
dev-db/redis: Stabilize 7.4.0 amd64, #940535
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.4.0.ebuild b/dev-db/redis/redis-7.4.0.ebuild index 8be765c16fa3..4b4da0bea49b 100644 --- a/dev-db/redis/redis-7.4.0.ebuild +++ b/dev-db/redis/redis-7.4.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="Boost-1.0 SSPL-1" SLOT="0/$(ver_cut 1-2)" -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 )" |