commit: 65b037b714fc2efefbc0846d0ae0090896049fc3
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 14:47:34 2026 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 14:49:39 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b037b7
dev-vcs/tig: keyword 2.6.0 for ~arm64-macos
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
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 257545b557c9..46674f8c4d59 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"