diff options
author | Sam James <sam@gentoo.org> | 2020-07-30 19:23:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-30 19:35:00 +0000 |
commit | f0505a7f2da8b39cd91eae2db2f9c024701a78cc (patch) | |
tree | a05a5af68f73224202370856b7ddab75a1826416 /app-misc | |
parent | app-vim/vim-latex: amd64 stable (bug #733340) (diff) | |
download | gentoo-f0505a7f2da8b39cd91eae2db2f9c024701a78cc.tar.gz gentoo-f0505a7f2da8b39cd91eae2db2f9c024701a78cc.tar.bz2 gentoo-f0505a7f2da8b39cd91eae2db2f9c024701a78cc.zip |
app-misc/tmux: arm64 stable (bug #731428)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-3.1b.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild index df495c522331..8f7021925286 100644 --- a/app-misc/tmux/tmux-3.1b.ebuild +++ b/app-misc/tmux/tmux-3.1b.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 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |