diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-01 13:24:37 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-01 13:24:37 +0300 |
commit | 7b1d48cb55233a02680e21d92ab6d88a80297269 (patch) | |
tree | 5e6be6873927fbdb98363cdb81c1d1e44e4c128b /app-misc | |
parent | media-gfx/ufraw: Drop insecure (diff) | |
download | gentoo-7b1d48cb55233a02680e21d92ab6d88a80297269.tar.gz gentoo-7b1d48cb55233a02680e21d92ab6d88a80297269.tar.bz2 gentoo-7b1d48cb55233a02680e21d92ab6d88a80297269.zip |
app-misc/tmux: arm stable wrt bug #695252
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-misc')
-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 9a6980c0acfe..2f279e119314 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 |