From 7e5dceccd29369a100c0e118b7e71dda5797fcb0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 31 Oct 2024 13:49:03 +0000 Subject: [PATCH] dev-vcs/tig: Stabilize 2.5.10 arm, #942189 Signed-off-by: Sam James --- dev-vcs/tig/tig-2.5.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tig/tig-2.5.10.ebuild b/dev-vcs/tig/tig-2.5.10.ebuild index 52bd85953ab47..7647faf8c0077 100644 --- a/dev-vcs/tig/tig-2.5.10.ebuild +++ b/dev-vcs/tig/tig-2.5.10.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools else SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="text mode interface for git"