diff options
Diffstat (limited to 'app-vim/syntastic/syntastic-3.1.0.ebuild')
-rw-r--r-- | app-vim/syntastic/syntastic-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/syntastic/syntastic-3.1.0.ebuild b/app-vim/syntastic/syntastic-3.1.0.ebuild index 88699c8df6b8..a53ca993fc6f 100644 --- a/app-vim/syntastic/syntastic-3.1.0.ebuild +++ b/app-vim/syntastic/syntastic-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.1 2013/08/27 07:19:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.2 2013/11/05 16:44:39 chainsaw Exp $ EAPI=5 inherit vim-plugin @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax checking using external tools" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}" |