diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:17:31 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:22:00 -0500 |
commit | ffbea04656271079d60b069c51ebfa121a8ddce0 (patch) | |
tree | 6f2aa46644803d66e2a81e55ce47c5ed2c3bb8df /app-vim/syntastic | |
parent | app-vim/pathogen: version bump to 2.4 (diff) | |
download | gentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.tar.gz gentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.tar.bz2 gentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.zip |
app-vim/syntastic: stabilize 3.7.0
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/syntastic-3.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/syntastic/syntastic-3.7.0.ebuild b/app-vim/syntastic/syntastic-3.7.0.ebuild index be5b783accd2..8b4403a6a4cc 100644 --- a/app-vim/syntastic/syntastic-3.7.0.ebuild +++ b/app-vim/syntastic/syntastic-3.7.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" else SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" |