diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-22 22:42:44 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-22 22:42:44 +0100 |
commit | ff5bfe5e66ff8b87ed0feb67f41ad61ff99911ce (patch) | |
tree | 684fcdefa622b7afe366dd0959f4f40e853a0acb /app-vim/vim-tmux | |
parent | sys-fs/udev: stable 236 for sparc, bug #645076 (diff) | |
download | gentoo-ff5bfe5e66ff8b87ed0feb67f41ad61ff99911ce.tar.gz gentoo-ff5bfe5e66ff8b87ed0feb67f41ad61ff99911ce.tar.bz2 gentoo-ff5bfe5e66ff8b87ed0feb67f41ad61ff99911ce.zip |
app-vim/vim-tmux: add amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
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 21c876b7995e..3694ce4b6ad6 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ 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}.zip -> ${P}.zip" LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd" # Bug 603526. # Remove this line once this version is marked stable |