diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 01:53:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 01:53:18 +0100 |
commit | 09bc30b3e85e82728ecbfcd272695e0457f87275 (patch) | |
tree | 3a42cbb9053ab37ca101a9e42aa83ebf01cc8993 /dev-db | |
parent | dev-db/redis: Stabilize 6.0.15 arm, #803302 (diff) | |
download | gentoo-09bc30b3e85e82728ecbfcd272695e0457f87275.tar.gz gentoo-09bc30b3e85e82728ecbfcd272695e0457f87275.tar.bz2 gentoo-09bc30b3e85e82728ecbfcd272695e0457f87275.zip |
dev-db/redis: Stabilize 6.2.5 arm, #803302
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.5.ebuild b/dev-db/redis/redis-6.2.5.ebuild index e7c5dc954ab2..b514200e1aaa 100644 --- a/dev-db/redis/redis-6.2.5.ebuild +++ b/dev-db/redis/redis-6.2.5.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 systemd tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |