diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-26 09:33:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-26 09:33:42 +0300 |
commit | 539fb4da9fbfa45ec2efc302ca7418e15afc3fcd (patch) | |
tree | 5c1e2e439a6f3973840e03c507c3cb35fd9d9220 /dev-db | |
parent | mail-client/thunderbird: update patchset for 102 (diff) | |
download | gentoo-539fb4da9fbfa45ec2efc302ca7418e15afc3fcd.tar.gz gentoo-539fb4da9fbfa45ec2efc302ca7418e15afc3fcd.tar.bz2 gentoo-539fb4da9fbfa45ec2efc302ca7418e15afc3fcd.zip |
dev-db/redis: Stabilize 7.0.5 sparc, #872713
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.5.ebuild b/dev-db/redis/redis-7.0.5.ebuild index ca38a7a33bf3..32950424ec95 100644 --- a/dev-db/redis/redis-7.0.5.ebuild +++ b/dev-db/redis/redis-7.0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |