From 65b037b714fc2efefbc0846d0ae0090896049fc3 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 12 Jan 2026 16:47:34 +0200 Subject: [PATCH] dev-vcs/tig: keyword 2.6.0 for ~arm64-macos Signed-off-by: Mart Raudsepp --- dev-vcs/tig/tig-2.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/tig/tig-2.6.0.ebuild b/dev-vcs/tig/tig-2.6.0.ebuild index 257545b557c99..46674f8c4d593 100644 --- a/dev-vcs/tig/tig-2.6.0.ebuild +++ b/dev-vcs/tig/tig-2.6.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 @@ -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" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" fi DESCRIPTION="text mode interface for git"