diff options
author | Sam James <sam@gentoo.org> | 2024-06-20 08:26:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-20 08:26:42 +0100 |
commit | 819d45153de4706f795310e0c5081b78a5717f4e (patch) | |
tree | 61eae292735de3d5c52bb7723c0a332e16fd891e /dev-db/redis | |
parent | net-dns/dnssec-root: Stabilize 20210902 ppc64, #933644 (diff) | |
download | gentoo-819d45153de4706f795310e0c5081b78a5717f4e.tar.gz gentoo-819d45153de4706f795310e0c5081b78a5717f4e.tar.bz2 gentoo-819d45153de4706f795310e0c5081b78a5717f4e.zip |
dev-db/redis: Stabilize 7.2.5 arm64, #934585
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.2.5.ebuild b/dev-db/redis/redis-7.2.5.ebuild index b82b9e409b2f..ca63086bc02b 100644 --- a/dev-db/redis/redis-7.2.5.ebuild +++ b/dev-db/redis/redis-7.2.5.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 )" |