summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-22 12:50:04 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-22 12:50:04 +0100
commit927cbdbb13d8c9799901a16bf77b3b72b55d6176 (patch)
treed04fe131ac61ef5ffa21e4fd51c91ead92dfd27d /app-misc/tmux
parentapp-forensics/afl: Version bump. (diff)
downloadgentoo-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.ebuild2
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