diff options
author | Sam James <sam@gentoo.org> | 2021-10-12 01:09:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 01:09:44 +0100 |
commit | d35a04d471502bf375c00fe42c2a37ec9a739b69 (patch) | |
tree | 1176d28487038761cfce77076037f401187b1386 /dev-db/redis | |
parent | dev-db/redis: Stabilize 5.0.14 arm64, #816489 (diff) | |
download | gentoo-d35a04d471502bf375c00fe42c2a37ec9a739b69.tar.gz gentoo-d35a04d471502bf375c00fe42c2a37ec9a739b69.tar.bz2 gentoo-d35a04d471502bf375c00fe42c2a37ec9a739b69.zip |
dev-db/redis: Stabilize 6.0.16 arm64, #816489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.16.ebuild b/dev-db/redis/redis-6.0.16.ebuild index 1c21ca033b32..7b33d5e5e542 100644 --- a/dev-db/redis/redis-6.0.16.ebuild +++ b/dev-db/redis/redis-6.0.16.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |