Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Tue, 12 May 2020 13:08:29
Message-Id: 1589288903.1c3904896b52a316a4669e923f0da3c65ed8061e.ago@gentoo
1 commit: 1c3904896b52a316a4669e923f0da3c65ed8061e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 12 13:08:23 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 13:08:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c390489
7
8 app-misc/tmux: stable for s390
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
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 0db3987a85c..5ff428db33a 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 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