diff options
author | 2019-11-07 13:59:15 -0500 | |
---|---|---|
committer | 2019-11-07 13:59:15 -0500 | |
commit | c7df6b34e92a04c28b706421142da1777bf803a1 (patch) | |
tree | 26c855b0f01ad32ed43b6bdd77bf4fdacca2ef67 /app-misc/tmux | |
parent | dev-libs/libuv: arm64 stable (bug #699026) (diff) | |
download | gentoo-c7df6b34e92a04c28b706421142da1777bf803a1.tar.gz gentoo-c7df6b34e92a04c28b706421142da1777bf803a1.tar.bz2 gentoo-c7df6b34e92a04c28b706421142da1777bf803a1.zip |
app-misc/tmux: arm64 stable (bug #695252)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-2.9a.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-2.9a.ebuild b/app-misc/tmux/tmux-2.9a.ebuild index 2f279e119314..4aca6cd831b2 100644 --- a/app-misc/tmux/tmux-2.9a.ebuild +++ b/app-misc/tmux/tmux-2.9a.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 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |