summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 23:36:27 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 23:36:27 -0400
commit46ea317cc15d13921ed50caeeaaffc93711055bf (patch)
treedaaeddb9ed544623ae3575e1f87726718bf5cfae /app-vim/syntastic/syntastic-3.6.0.ebuild
parentapp-vim/slimv: remove old (diff)
downloadgentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.tar.gz
gentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.tar.bz2
gentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.zip
app-vim/syntastic: stabilize 3.6.0
Diffstat (limited to 'app-vim/syntastic/syntastic-3.6.0.ebuild')
-rw-r--r--app-vim/syntastic/syntastic-3.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/syntastic/syntastic-3.6.0.ebuild b/app-vim/syntastic/syntastic-3.6.0.ebuild
index be5b783accd2..8b4403a6a4cc 100644
--- a/app-vim/syntastic/syntastic-3.6.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.6.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"