app-vim/syntastic: stabilize 3.6.0

This commit is contained in:
Tim Harder
2015-08-24 23:36:27 -04:00
parent 8e55e5cc99
commit 46ea317cc1

View File

@@ -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"