diff options
author | Sam James <sam@gentoo.org> | 2020-11-06 18:12:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-06 18:12:51 +0000 |
commit | 2b15d739212241a4b97310988e50955d5b89f0a5 (patch) | |
tree | b148a4f124117798e05e3a9ffc41c666a9fe90ed /app-misc | |
parent | profiles: mask media-gfx/gmic[digikam] on arm64 (diff) | |
download | gentoo-2b15d739212241a4b97310988e50955d5b89f0a5.tar.gz gentoo-2b15d739212241a4b97310988e50955d5b89f0a5.tar.bz2 gentoo-2b15d739212241a4b97310988e50955d5b89f0a5.zip |
app-misc/tmux: Stabilize 3.1c arm64, #753206
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-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 1f9b41d533ac..e52546d6945a 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 |