diff options
author | 2023-07-15 04:08:00 +0100 | |
---|---|---|
committer | 2023-07-15 04:10:01 +0100 | |
commit | 4592d551a53674e92ab328d6f121b4018e94ed2e (patch) | |
tree | baa8eb8647a2b8436388cde903695f49152c104d /dev-db | |
parent | x11-terms/xterm: Stabilize 382 arm64, #910227 (diff) | |
download | gentoo-4592d551a53674e92ab328d6f121b4018e94ed2e.tar.gz gentoo-4592d551a53674e92ab328d6f121b4018e94ed2e.tar.bz2 gentoo-4592d551a53674e92ab328d6f121b4018e94ed2e.zip |
dev-db/redis: Stabilize 6.2.13 arm64, #910235
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.13.ebuild b/dev-db/redis/redis-6.2.13.ebuild index e921b843c31e..93779dea14c8 100644 --- a/dev-db/redis/redis-6.2.13.ebuild +++ b/dev-db/redis/redis-6.2.13.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" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |