summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-08-01 10:00:00 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-08-01 10:01:00 +0200
commit2d87bd91f10f328e1b784be2807ee1053e24c0c9 (patch)
tree8510d974ceaa97870695a0a6ee4c1d71c6c81441 /app-misc/tmux
parentwww-client/firefox-bin: add 103.0.1, drop 103.0 (diff)
downloadgentoo-2d87bd91f10f328e1b784be2807ee1053e24c0c9.tar.gz
gentoo-2d87bd91f10f328e1b784be2807ee1053e24c0c9.tar.bz2
gentoo-2d87bd91f10f328e1b784be2807ee1053e24c0c9.zip
app-misc/tmux: amd64 stable wrt bug #862139
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-misc/tmux')
-rw-r--r--app-misc/tmux/tmux-3.3a.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.3a.ebuild b/app-misc/tmux/tmux-3.3a.ebuild
index 047d13c3b5c0..f0825adcc380 100644
--- a/app-misc/tmux/tmux-3.3a.ebuild
+++ b/app-misc/tmux/tmux-3.3a.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then
else
SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+ KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
S="${WORKDIR}/${P/_/-}"
fi