From 79a2b1ff4dbfcc366cb80313f1c2094dcf4cd700 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 1 Mar 2026 01:00:14 +0000 Subject: [PATCH] dev-libs/hiredis: Stabilize 1.3.0 arm, #964745 Signed-off-by: Sam James --- dev-libs/hiredis/hiredis-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/hiredis/hiredis-1.3.0.ebuild b/dev-libs/hiredis/hiredis-1.3.0.ebuild index 8d19ba1431cd1..21b59133b518a 100644 --- a/dev-libs/hiredis/hiredis-1.3.0.ebuild +++ b/dev-libs/hiredis/hiredis-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="BSD" # Always check "Upgrading from ..." in README # e.g. https://github.com/redis/hiredis#upgrading-to-110 SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" IUSE="examples ssl static-libs test" RESTRICT="!test? ( test )"