Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Sat, 01 Aug 2020 09:14:34
Message-Id: 1596273262.a9d5ce9e337d4470afc02a950746f2a8aba698dd.slyfox@gentoo
1 commit: a9d5ce9e337d4470afc02a950746f2a8aba698dd
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 09:08:58 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 09:14:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d5ce9e
7
8 app-misc/tmux: stable 3.1b for sparc
9
10 stable wrt bug #731428
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 RepoMan-Options: --include-arches="sparc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 app-misc/tmux/tmux-3.1b.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
20 index 27e6a1e9579..7fa6ae4bb78 100644
21 --- a/app-misc/tmux/tmux-3.1b.ebuild
22 +++ b/app-misc/tmux/tmux-3.1b.ebuild
23 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then
24 else
25 SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
26 [[ "${PV}" == *_rc* ]] || \
27 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
28 + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
29 S="${WORKDIR}/${P/_/-}"
30 fi