diff options
author | Sam James <sam@gentoo.org> | 2020-07-31 01:28:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-31 01:28:31 +0000 |
commit | 268d855a3d8fd06af75791bfbda5471d474aa1fd (patch) | |
tree | 3b576658cf47e4d9278302d2e51f3ecc41e81364 /app-misc | |
parent | dev-python/numpy: arm stable (bug #734440) (diff) | |
download | gentoo-268d855a3d8fd06af75791bfbda5471d474aa1fd.tar.gz gentoo-268d855a3d8fd06af75791bfbda5471d474aa1fd.tar.bz2 gentoo-268d855a3d8fd06af75791bfbda5471d474aa1fd.zip |
app-misc/tmux: ppc64 stable (bug #731428)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-3.1b.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild index abc1295a3f28..27e6a1e95794 100644 --- a/app-misc/tmux/tmux-3.1b.ebuild +++ b/app-misc/tmux/tmux-3.1b.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 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |