diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-14 12:16:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-14 12:16:01 +0300 |
commit | d1d01d31ad9dccda06b356c9df9c2c78dc1bd99b (patch) | |
tree | 53b2b47e6bf0631a45ae475ddcefff6f24cf59eb /app-misc/tmux | |
parent | sys-libs/glibc: Stabilize 2.32-r2 s390, #751955 (diff) | |
download | gentoo-d1d01d31ad9dccda06b356c9df9c2c78dc1bd99b.tar.gz gentoo-d1d01d31ad9dccda06b356c9df9c2c78dc1bd99b.tar.bz2 gentoo-d1d01d31ad9dccda06b356c9df9c2c78dc1bd99b.zip |
app-misc/tmux: Stabilize 3.1c s390, #753206
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-3.1c.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.1c.ebuild b/app-misc/tmux/tmux-3.1c.ebuild index 65c88d0c662c..45cd420cb8c4 100644 --- a/app-misc/tmux/tmux-3.1c.ebuild +++ b/app-misc/tmux/tmux-3.1c.ebuild @@ -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 ~x86-macos" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |