diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-24 21:39:56 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-24 21:39:56 -0400 |
commit | 3f3cd58524b0cc0210a2beb5e0c6e2e10068902c (patch) | |
tree | 58c35ef7c8cb3365e4ac97645a4a80933fa5476d /app-vim/gitv | |
parent | app-vim/airline: remove old (diff) | |
download | gentoo-3f3cd58524b0cc0210a2beb5e0c6e2e10068902c.tar.gz gentoo-3f3cd58524b0cc0210a2beb5e0c6e2e10068902c.tar.bz2 gentoo-3f3cd58524b0cc0210a2beb5e0c6e2e10068902c.zip |
app-vim/gitv-1.3: stabilize
Diffstat (limited to 'app-vim/gitv')
-rw-r--r-- | app-vim/gitv/gitv-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gitv/gitv-1.3.ebuild b/app-vim/gitv/gitv-1.3.ebuild index 87c0d378112c..b5c1475b48c3 100644 --- a/app-vim/gitv/gitv-1.3.ebuild +++ b/app-vim/gitv/gitv-1.3.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: gitk for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="amd64 x86 ~ppc-macos" VIM_PLUGIN_HELPFILES="gitv" |