diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 12:38:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-09 15:31:31 +0000 |
commit | f95759c9f0610d756f06d36be1f589c2ce03f3c5 (patch) | |
tree | cb676314c316b40de5d8cc1f0ebdedf815cac4f4 /app-misc | |
parent | profiles: Mask vim-syntax USE flag on m68k (diff) | |
download | gentoo-f95759c9f0610d756f06d36be1f589c2ce03f3c5.tar.gz gentoo-f95759c9f0610d756f06d36be1f589c2ce03f3c5.tar.bz2 gentoo-f95759c9f0610d756f06d36be1f589c2ce03f3c5.zip |
app-misc/tmux: Keyword 3.2a for ~m68k
Manually tested and working.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-3.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-3.2a.ebuild b/app-misc/tmux/tmux-3.2a.ebuild index e188c1d7429e..72cbaf9b1bc5 100644 --- a/app-misc/tmux/tmux-3.2a.ebuild +++ b/app-misc/tmux/tmux-3.2a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" [[ "${PV}" == *_rc* ]] || \ - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${P/_/-}" fi |