diff options
author | 2019-09-22 12:50:04 +0100 | |
---|---|---|
committer | 2019-09-22 12:50:04 +0100 | |
commit | 927cbdbb13d8c9799901a16bf77b3b72b55d6176 (patch) | |
tree | d04fe131ac61ef5ffa21e4fd51c91ead92dfd27d /app-misc/tmux | |
parent | app-forensics/afl: Version bump. (diff) | |
download | gentoo-927cbdbb13d8c9799901a16bf77b3b72b55d6176.tar.gz gentoo-927cbdbb13d8c9799901a16bf77b3b72b55d6176.tar.bz2 gentoo-927cbdbb13d8c9799901a16bf77b3b72b55d6176.zip |
app-misc/tmux: stable 2.9a for ia64, bug #695252
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-2.9a.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-2.9a.ebuild b/app-misc/tmux/tmux-2.9a.ebuild index dedce499ebd1..561221b38ce0 100644 --- a/app-misc/tmux/tmux-2.9a.ebuild +++ b/app-misc/tmux/tmux-2.9a.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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${P/_/-}" fi |