diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 21:53:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 21:53:33 +0000 |
commit | e1f1d77c15b47dc46bdc0ac293adb4166168da60 (patch) | |
tree | 1ebc85a27a0e09aabe5fde79ff71428c43ea509d /dev-db | |
parent | dev-db/redis: Stabilize 6.2.10 arm64, #891285 (diff) | |
download | gentoo-e1f1d77c15b47dc46bdc0ac293adb4166168da60.tar.gz gentoo-e1f1d77c15b47dc46bdc0ac293adb4166168da60.tar.bz2 gentoo-e1f1d77c15b47dc46bdc0ac293adb4166168da60.zip |
dev-db/redis: Stabilize 7.0.8 arm64, #891285
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.8.ebuild b/dev-db/redis/redis-7.0.8.ebuild index cae4a506748e..63934f9289ed 100644 --- a/dev-db/redis/redis-7.0.8.ebuild +++ b/dev-db/redis/redis-7.0.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |