diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-13 08:02:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-13 08:02:05 +0200 |
commit | ed2f68ca60fe8eb421556d2d04af48fd4ab5e28b (patch) | |
tree | a653a381eaefc9b510736841003eda014650f18c /app-misc/tmux | |
parent | dev-ml/labltk: x86 stable wrt bug #804774 (diff) | |
download | gentoo-ed2f68ca60fe8eb421556d2d04af48fd4ab5e28b.tar.gz gentoo-ed2f68ca60fe8eb421556d2d04af48fd4ab5e28b.tar.bz2 gentoo-ed2f68ca60fe8eb421556d2d04af48fd4ab5e28b.zip |
app-misc/tmux: x86 stable wrt bug #813189
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-3.2a.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.2a.ebuild b/app-misc/tmux/tmux-3.2a.ebuild index 8630b5d4d2a9..a1e7bc703fee 100644 --- a/app-misc/tmux/tmux-3.2a.ebuild +++ b/app-misc/tmux/tmux-3.2a.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" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${P/_/-}" fi |