diff options
author | Sam James <sam@gentoo.org> | 2021-10-12 01:09:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 01:09:43 +0100 |
commit | 52b0c627e637b93aa719502aad4ef35efd24352b (patch) | |
tree | 64301710e715ad41b9f1a002e4938ccd77c26040 /dev-db | |
parent | media-video/pipewire: Stabilize 0.3.36 arm64, #814524 (diff) | |
download | gentoo-52b0c627e637b93aa719502aad4ef35efd24352b.tar.gz gentoo-52b0c627e637b93aa719502aad4ef35efd24352b.tar.bz2 gentoo-52b0c627e637b93aa719502aad4ef35efd24352b.zip |
dev-db/redis: Stabilize 5.0.14 arm64, #816489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-5.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-5.0.14.ebuild b/dev-db/redis/redis-5.0.14.ebuild index 8895f4972586..28815605a2ac 100644 --- a/dev-db/redis/redis-5.0.14.ebuild +++ b/dev-db/redis/redis-5.0.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" RESTRICT="!test? ( test )" |