diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 17:41:39 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 17:41:49 +0200 |
commit | d21cab62f8a1cdabb61c4735d999c7f16e6e3766 (patch) | |
tree | 93c4ba2f470ef1c6d73da43e1d9723ef359b8f65 /dev-db/redis | |
parent | x11-terms/kitty: remove go -w too (diff) | |
download | gentoo-d21cab62f8a1cdabb61c4735d999c7f16e6e3766.tar.gz gentoo-d21cab62f8a1cdabb61c4735d999c7f16e6e3766.tar.bz2 gentoo-d21cab62f8a1cdabb61c4735d999c7f16e6e3766.zip |
dev-db/redis: Stabilize 6.2.7-r2 arm, #881065
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.7-r2.ebuild b/dev-db/redis/redis-6.2.7-r2.ebuild index 9d615aad2e47..aa04bcc8ad9a 100644 --- a/dev-db/redis/redis-6.2.7-r2.ebuild +++ b/dev-db/redis/redis-6.2.7-r2.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 )" |