Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Wed, 05 Aug 2020 00:14:20
Message-Id: 1596586011.19f88ffd9089da98628f9ddeea0da69b53d64d22.sam@gentoo
1 commit: 19f88ffd9089da98628f9ddeea0da69b53d64d22
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 00:06:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 00:06:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f88ffd
7
8 app-misc/tmux: arm stable (bug #731428)
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/tmux/tmux-3.1b.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
17 index 7fa6ae4bb78..056d702b6f2 100644
18 --- a/app-misc/tmux/tmux-3.1b.ebuild
19 +++ b/app-misc/tmux/tmux-3.1b.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 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 S="${WORKDIR}/${P/_/-}"
27 fi