commit: c2a0f6d9c5593f8bee0569291b9a64e9bd657a89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 14:07:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 14:07:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a0f6d9
app-misc/tmux: Stabilize 3.5a arm, #950670
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tmux/tmux-3.5a.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/tmux/tmux-3.5a.ebuild b/app-misc/tmux/tmux-3.5a.ebuild
index a7d45b007dfb..2f48fc380917 100644
--- a/app-misc/tmux/tmux-3.5a.ebuild
+++ b/app-misc/tmux/tmux-3.5a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
else
SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos"
+ KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos"
fi
S="${WORKDIR}/${P/_/-}"
fi