diff options
author | Sam James <sam@gentoo.org> | 2020-11-06 18:13:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-06 18:13:24 +0000 |
commit | c9dd7eb4134af6c14afe87639353ef4ff03394d5 (patch) | |
tree | 2a7ac5138d82561fe8e8eb54f23f4832396fb2c6 /app-misc/tmux | |
parent | app-misc/tmux: Stabilize 3.1c arm64, #753206 (diff) | |
download | gentoo-c9dd7eb4134af6c14afe87639353ef4ff03394d5.tar.gz gentoo-c9dd7eb4134af6c14afe87639353ef4ff03394d5.tar.bz2 gentoo-c9dd7eb4134af6c14afe87639353ef4ff03394d5.zip |
app-misc/tmux: Stabilize 3.1c arm, #753206
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-3.1c.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.1c.ebuild b/app-misc/tmux/tmux-3.1c.ebuild index e52546d6945a..e41115664f2e 100644 --- a/app-misc/tmux/tmux-3.1c.ebuild +++ b/app-misc/tmux/tmux-3.1c.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" [[ "${PV}" == *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |