diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 22:02:55 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 22:02:55 +0300 |
commit | b65677e0def268f9f76852e157731daaccf82490 (patch) | |
tree | 533327252ec2b11774ff0d2e0ffb89cc617d1070 /dev-db | |
parent | dev-db/redis: Stabilize 6.2.16 arm64, #940738 (diff) | |
download | gentoo-b65677e0def268f9f76852e157731daaccf82490.tar.gz gentoo-b65677e0def268f9f76852e157731daaccf82490.tar.bz2 gentoo-b65677e0def268f9f76852e157731daaccf82490.zip |
dev-db/redis: Stabilize 7.2.6 arm64, #940738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.2.6.ebuild b/dev-db/redis/redis-7.2.6.ebuild index fdf4e05d14fd..f17441c62031 100644 --- a/dev-db/redis/redis-7.2.6.ebuild +++ b/dev-db/redis/redis-7.2.6.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD Boost-1.0" 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 )" |