Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Sun, 09 Jan 2022 15:45:28
Message-Id: 1641742291.f95759c9f0610d756f06d36be1f589c2ce03f3c5.chewi@gentoo
1 commit: f95759c9f0610d756f06d36be1f589c2ce03f3c5
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 12:38:41 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 15:31:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95759c9
7
8 app-misc/tmux: Keyword 3.2a for ~m68k
9
10 Manually tested and working.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-misc/tmux/tmux-3.2a.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/tmux/tmux-3.2a.ebuild b/app-misc/tmux/tmux-3.2a.ebuild
18 index e188c1d7429e..72cbaf9b1bc5 100644
19 --- a/app-misc/tmux/tmux-3.2a.ebuild
20 +++ b/app-misc/tmux/tmux-3.2a.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then
28 else
29 SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
30 [[ "${PV}" == *_rc* ]] || \
31 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
32 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
33 S="${WORKDIR}/${P/_/-}"
34 fi