diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-18 11:17:13 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-18 11:18:03 +0100 |
commit | f0808072c1bccca499d9958f3597f7f366f1ba7c (patch) | |
tree | df060dfb0f67c65249565e09888949dcee89a192 /app-vim/vim-tmux | |
parent | dev-util/cookiecutter: Version bumps (diff) | |
download | gentoo-f0808072c1bccca499d9958f3597f7f366f1ba7c.tar.gz gentoo-f0808072c1bccca499d9958f3597f7f366f1ba7c.tar.bz2 gentoo-f0808072c1bccca499d9958f3597f7f366f1ba7c.zip |
app-vim/vim-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-vim/vim-tmux')
-rw-r--r-- | app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild index 3f5e03737504..299ce0de31ba 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.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=6 @@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim" HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain MIT" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" |