commit: 1d303027ddb92a1bf2e8e2ceddd5a5a5af555223 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 15:10:54 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 15:25:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d303027
dev-db/redis: Stabilize 6.2.17 arm64, #948175 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-db/redis/redis-6.2.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/redis/redis-6.2.17.ebuild b/dev-db/redis/redis-6.2.17.ebuild index 239d54943153..4637c7cecdd4 100644 --- a/dev-db/redis/redis-6.2.17.ebuild +++ b/dev-db/redis/redis-6.2.17.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(ver_cut 1-2)" -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 )"