diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 12:03:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 12:03:01 +0100 |
commit | eff720cd56a204b7fe82c782b0355a370e0c8c7b (patch) | |
tree | 9da38d262f1c68b51c3bd21399d50230001f46b4 /dev-db | |
parent | dev-db/redis: Stabilize 5.0.12 arm, #773328 (diff) | |
download | gentoo-eff720cd56a204b7fe82c782b0355a370e0c8c7b.tar.gz gentoo-eff720cd56a204b7fe82c782b0355a370e0c8c7b.tar.bz2 gentoo-eff720cd56a204b7fe82c782b0355a370e0c8c7b.zip |
dev-db/redis: Stabilize 6.0.12 arm, #773328
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.12.ebuild b/dev-db/redis/redis-6.0.12.ebuild index 18d3272e4a85..707d99827682 100644 --- a/dev-db/redis/redis-6.0.12.ebuild +++ b/dev-db/redis/redis-6.0.12.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -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 tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |