diff options
author | Sam James <sam@gentoo.org> | 2020-11-12 15:34:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-12 15:34:30 +0000 |
commit | bb9c4d91eacc8fd58ccbe5954fb3875efe56cca1 (patch) | |
tree | 1a9b2b2a4a1433ce74db649ea82e2e880629c2fb /dev-db/redis | |
parent | app-crypt/tpm2-tss: Stabilize 2.4.3 arm64, #754057 (diff) | |
download | gentoo-bb9c4d91eacc8fd58ccbe5954fb3875efe56cca1.tar.gz gentoo-bb9c4d91eacc8fd58ccbe5954fb3875efe56cca1.tar.bz2 gentoo-bb9c4d91eacc8fd58ccbe5954fb3875efe56cca1.zip |
dev-db/redis: Stabilize 6.0.9 arm64, #753701
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.9.ebuild b/dev-db/redis/redis-6.0.9.ebuild index 5b16a3df6de0..4248e34c7462 100644 --- a/dev-db/redis/redis-6.0.9.ebuild +++ b/dev-db/redis/redis-6.0.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc luajit tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |