diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-18 11:17:52 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-18 11:18:04 +0100 |
commit | 16cc113c8f8d10ef8d565a76e2e26628aa477e69 (patch) | |
tree | a015f309675d799d1e6cc1cdd196003e9e72d903 /app-misc | |
parent | app-vim/vim-tmux: Stable for HPPA (diff) | |
download | gentoo-16cc113c8f8d10ef8d565a76e2e26628aa477e69.tar.gz gentoo-16cc113c8f8d10ef8d565a76e2e26628aa477e69.tar.bz2 gentoo-16cc113c8f8d10ef8d565a76e2e26628aa477e69.zip |
app-misc/tmux: Stable for HPPA
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-2.9a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-2.9a.ebuild b/app-misc/tmux/tmux-2.9a.ebuild index 4aca6cd831b2..8845b92e22e2 100644 --- a/app-misc/tmux/tmux-2.9a.ebuild +++ b/app-misc/tmux/tmux-2.9a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |