diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-20 17:33:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-20 17:33:49 +0200 |
commit | 47f6e98e4e76d60219efd89f0b3ff8ec61ad679b (patch) | |
tree | ff1154073e387f1e17d8011f450bce824f9e2194 /dev-db/redis | |
parent | net-mail/cyrus-imapd: Stabilize 3.0.16-r1 ppc64, #816903 (diff) | |
download | gentoo-47f6e98e4e76d60219efd89f0b3ff8ec61ad679b.tar.gz gentoo-47f6e98e4e76d60219efd89f0b3ff8ec61ad679b.tar.bz2 gentoo-47f6e98e4e76d60219efd89f0b3ff8ec61ad679b.zip |
dev-db/redis: Stabilize 5.0.14 arm, #816489
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-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 28815605a2ac..a8ec106eeb4d 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 )" |