summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-16 19:17:31 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-16 19:22:00 -0500
commitffbea04656271079d60b069c51ebfa121a8ddce0 (patch)
tree6f2aa46644803d66e2a81e55ce47c5ed2c3bb8df /app-vim
parentapp-vim/pathogen: version bump to 2.4 (diff)
downloadgentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.tar.gz
gentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.tar.bz2
gentoo-ffbea04656271079d60b069c51ebfa121a8ddce0.zip
app-vim/syntastic: stabilize 3.7.0
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/syntastic/syntastic-3.7.0.ebuild2
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"