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: Wed, 05 Aug 2020 14:06:29
Message-Id: 1596636359.eebeaa7aa7b43a3961f7b2964b59dca17d0fa760.ago@gentoo
1 commit: eebeaa7aa7b43a3961f7b2964b59dca17d0fa760
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 14:05:59 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 14:05:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebeaa7a
7
8 app-misc/tmux: s390 stable wrt bug #731428
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="s390"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-misc/tmux/tmux-3.1b.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
18 index 056d702b6f2..e66cc41093c 100644
19 --- a/app-misc/tmux/tmux-3.1b.ebuild
20 +++ b/app-misc/tmux/tmux-3.1b.ebuild
21 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then
22 else
23 SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
24 [[ "${PV}" == *_rc* ]] || \
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 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
27 S="${WORKDIR}/${P/_/-}"
28 fi