Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Thu, 07 Nov 2019 19:00:21
Message-Id: 1573153155.c7df6b34e92a04c28b706421142da1777bf803a1.bman@gentoo
1 commit: c7df6b34e92a04c28b706421142da1777bf803a1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 7 18:59:15 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 18:59:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df6b34
7
8 app-misc/tmux: arm64 stable (bug #695252)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12
13 app-misc/tmux/tmux-2.9a.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/tmux/tmux-2.9a.ebuild b/app-misc/tmux/tmux-2.9a.ebuild
17 index 2f279e11931..4aca6cd831b 100644
18 --- a/app-misc/tmux/tmux-2.9a.ebuild
19 +++ b/app-misc/tmux/tmux-2.9a.ebuild
20 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then
21 else
22 SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
23 [[ "${PV}" == *_rc* ]] || \
24 - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 S="${WORKDIR}/${P/_/-}"
27 fi