diff options
author | Sam James <sam@gentoo.org> | 2022-07-26 05:26:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-26 05:26:36 +0100 |
commit | 1a3c011795ca7397405b964eb2fe1795a2356eb5 (patch) | |
tree | 4b58e9b10bf79110c1b0774c1a055324afde9f66 /dev-db/redis | |
parent | dev-db/redis: Stabilize 6.2.7-r1 arm, #857747 (diff) | |
download | gentoo-1a3c011795ca7397405b964eb2fe1795a2356eb5.tar.gz gentoo-1a3c011795ca7397405b964eb2fe1795a2356eb5.tar.bz2 gentoo-1a3c011795ca7397405b964eb2fe1795a2356eb5.zip |
dev-db/redis: Stabilize 6.2.7-r1 arm64, #857747
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.7-r1.ebuild b/dev-db/redis/redis-6.2.7-r1.ebuild index 747ba331b3c2..d4b3d9fda1c5 100644 --- a/dev-db/redis/redis-6.2.7-r1.ebuild +++ b/dev-db/redis/redis-6.2.7-r1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |