diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-05 12:40:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-05 12:40:43 +0300 |
commit | 5e411de5535f3809971729c73350958c4894fe75 (patch) | |
tree | a174cd920b3531b8ef1a6e1bc465ee72bcf600ad /dev-db | |
parent | app-text/tree: Stabilize 2.1.0 arm64, #905380 (diff) | |
download | gentoo-5e411de5535f3809971729c73350958c4894fe75.tar.gz gentoo-5e411de5535f3809971729c73350958c4894fe75.tar.bz2 gentoo-5e411de5535f3809971729c73350958c4894fe75.zip |
dev-db/redis: Stabilize 6.2.12 arm64, #905692
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.12.ebuild b/dev-db/redis/redis-6.2.12.ebuild index 6b5137fdb1d1..711e60f43fa1 100644 --- a/dev-db/redis/redis-6.2.12.ebuild +++ b/dev-db/redis/redis-6.2.12.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |