diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 13:44:05 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 13:44:05 +0000 |
commit | b7f5715f0bf578ee18c1b5aeb4189eb9870cc1a8 (patch) | |
tree | 9085c81ee44ee77f89c7b2347ca985bed28fef71 /dev-db/redis/redis-6.2.11.ebuild | |
parent | dev-util/bpftool: Keyword 6.1.7 arm64, #899688 (diff) | |
download | gentoo-b7f5715f0bf578ee18c1b5aeb4189eb9870cc1a8.tar.gz gentoo-b7f5715f0bf578ee18c1b5aeb4189eb9870cc1a8.tar.bz2 gentoo-b7f5715f0bf578ee18c1b5aeb4189eb9870cc1a8.zip |
dev-db/redis: Stabilize 6.2.11 arm64, #899692
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis/redis-6.2.11.ebuild')
-rw-r--r-- | dev-db/redis/redis-6.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.11.ebuild b/dev-db/redis/redis-6.2.11.ebuild index 50e734df85ab..9077a3240af6 100644 --- a/dev-db/redis/redis-6.2.11.ebuild +++ b/dev-db/redis/redis-6.2.11.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 )" |