diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-06 15:55:53 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-06 15:55:53 -0700 |
commit | ed1ec85875993f19d902d4f10b2b4ead3c7dfdd6 (patch) | |
tree | f2a72b47762bd4872d6b1aa2c7d8f18d960e4870 /app-misc/tmux | |
parent | sys-power/upower: Drop dbus-glib dep (diff) | |
download | gentoo-ed1ec85875993f19d902d4f10b2b4ead3c7dfdd6.tar.gz gentoo-ed1ec85875993f19d902d4f10b2b4ead3c7dfdd6.tar.bz2 gentoo-ed1ec85875993f19d902d4f10b2b4ead3c7dfdd6.zip |
app-misc/tmux-2.9a: alpha stable, bug 695252
Signed-off-by: Matt Turner <mattst88@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 687cd34438b8..b0cb58402bf9 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 |